Skip to main content

Class UnstructuredLoaderFactory

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Unstructured.IUnstructuredLoaderFactory that creates instances of Workspace.XBR.Xperiflow.Etl.ILoader%601 to load unstructured data.

Namespace: Workspace.XBR.Xperiflow.Etl.Unstructured

Assembly: Xperiflow.dll

Declaration
public class UnstructuredLoaderFactory : IUnstructuredLoaderFactory

Implements: Workspace.XBR.Xperiflow.Etl.Unstructured.IUnstructuredLoaderFactory

Methods

CreateLoader(IConnectionContext, IDataContainerContext, IDataFormat)

Creates an Workspace.XBR.Xperiflow.Etl.ILoader%601 based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext, Workspace.XBR.Xperiflow.Etl.IDataContainerContext, and Workspace.XBR.Xperiflow.Etl.IDataFormat.

Declaration
public ILoader<Stream> CreateLoader(IConnectionContext connectionContext, IDataContainerContext dataContainerContext, IDataFormat dataFormat)
Returns

Workspace.XBR.Xperiflow.Etl.ILoader<System.IO.Stream>

A concrete implementation of Workspace.XBR.Xperiflow.Etl.ILoader%601 object to write unstructured data to a destination

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe Workspace.XBR.Xperiflow.Etl.IConnectionContext object
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe Workspace.XBR.Xperiflow.Etl.IDataContainerContext object
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe Workspace.XBR.Xperiflow.Etl.IDataFormat object

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?