Skip to main content

Class ParquetDataFormat

A concrete implementation of the [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md) interface that represents a Parquet file.

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public class ParquetDataFormat : IDataFormat

Implements: Workspace.XBR.Xperiflow.Etl.IDataFormat

Properties

Format

The data format.

Declaration
[JsonIgnore]
public string Format { get; }

Methods

ToJson()

Serializes the [Workspace.XBR.Xperiflow.Etl.ParquetDataFormat](../Xperiflow.Etl/ParquetDataFormat.md) object to a JSON string.

Declaration
public string ToJson()
Returns

System.String

A serialized representation of the ParquetDataFormat

FromJson(string)

Deserializes the JSON string to a [Workspace.XBR.Xperiflow.Etl.ParquetDataFormat](../Xperiflow.Etl/ParquetDataFormat.md) object.

Declaration
public static ParquetDataFormat FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Etl.ParquetDataFormat

A [Workspace.XBR.Xperiflow.Etl.ParquetDataFormat](../Xperiflow.Etl/ParquetDataFormat.md)

Parameters
TypeNameDescription
System.StringdataThe JSON string representation of the ParquetDataFormat
Exceptions

System.Text.Json.JsonException

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?