Skip to main content

Class DataTableParquetArtifactIoFactory

Namespace: Workspace.XBR.Xperiflow.Routines.Io

Assembly: Xperiflow.dll

Declaration
public class DataTableParquetArtifactIoFactory : IArtifactIoFactory<DataTable>

Implements: Workspace.XBR.Xperiflow.Routines.Io.IArtifactIoFactory<System.Data.DataTable>

Methods​

IsApplicable(DataTable)​

Whether this factory is applicalbe to the given data. If this returns true, this implies that the asssociated IArtifactWriter can be used to write the data to the MetaFileSystem.

Declaration
public bool IsApplicable(DataTable data)
Returns​

System.Boolean

Parameters​
TypeName
System.Data.DataTabledata

CreateReader()​

Creates the reader for the given data.

Declaration
public IArtifactReader<DataTable> CreateReader()
Returns​

Workspace.XBR.Xperiflow.Routines.Io.IArtifactReader<System.Data.DataTable>

CreateWriter()​

Creates the writer for the given data.

Declaration
public IArtifactWriter<DataTable> CreateWriter()
Returns​

Workspace.XBR.Xperiflow.Routines.Io.IArtifactWriter<System.Data.DataTable>

Implements​

  • Workspace.XBR.Xperiflow.Routines.Io.IArtifactIoFactory<System.Data.DataTable>

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?