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
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](../Xperiflow.Etl/IConnectionContext.md)
, [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md)
, and [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md)
.
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
Type | Name | Description |
---|---|---|
Workspace.XBR.Xperiflow.Etl.IConnectionContext | connectionContext | The [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) object |
Workspace.XBR.Xperiflow.Etl.IDataContainerContext | dataContainerContext | The [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md) object |
Workspace.XBR.Xperiflow.Etl.IDataFormat | dataFormat | The [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md) 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