Class MetaFileSystemLoader
A concrete implementation of Workspace.XBR.Xperiflow.Etl.ILoader%601
that loads unstructured data into a MetaFileSystem.
Namespace: Workspace.XBR.Xperiflow.Etl.Unstructured
Assembly: Xperiflow.dll
Declaration
public class MetaFileSystemLoader : ILoader<Stream>
Implements:
Workspace.XBR.Xperiflow.Etl.ILoader<System.IO.Stream>
Methods
Load(Stream)
Writes the provided Stream
to the MetaFileSystem.
Declaration
public void Load(Stream payload)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | payload | The Stream object holding the data to be written |
Implements
Workspace.XBR.Xperiflow.Etl.ILoader<System.IO.Stream>
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