Skip to main content

Class OneStreamFileSystemLoader

A concrete implementation of Workspace.XBR.Xperiflow.Etl.ILoader%601 that loads unstructured data into the OneStream FileSystem.

Namespace: Workspace.XBR.Xperiflow.Etl.Unstructured

Assembly: Xperiflow.dll

Declaration
public class OneStreamFileSystemLoader : ILoader<Stream>

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

Methods

Load(Stream)

Writes the specified Stream to the OneStream FileSystem

Declaration
public void Load(Stream payload)
Parameters
TypeNameDescription
System.IO.StreampayloadThe Stream object containing the data to write

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

Was this page helpful?