Skip to main content

Class UnstructuredDataFormat

Any unstructured data format. Examples include, TXT, JSON, XML, PNG, PDF, etc. Basically, any data format that does not have a standard well-defined structure will be considered "unstructured".

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public class UnstructuredDataFormat : IDataFormat

Implements: Workspace.XBR.Xperiflow.Etl.IDataFormat

Properties

Format

The format of the data. This is used to determine how the data should be processed.

Declaration
[JsonPropertyName("format")]
public string Format { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static UnstructuredDataFormat FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Etl.UnstructuredDataFormat

Parameters
TypeName
System.Stringdata

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?