Class JsonFileFormat (1.0.0-beta02)

public sealed class JsonFileFormat : IMessage<JsonFileFormat>, IEquatable<JsonFileFormat>, IDeepCloneable<JsonFileFormat>, IBufferMessage, IMessage

JSON file format configuration.

Inheritance

Object > JsonFileFormat

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

JsonFileFormat()

public JsonFileFormat()

JsonFileFormat(JsonFileFormat)

public JsonFileFormat(JsonFileFormat other)
Parameter
NameDescription
otherJsonFileFormat

Properties

Compression

public JsonFileFormat.Types.JsonCompression Compression { get; set; }

Compression of the loaded JSON file.

Property Value
TypeDescription
JsonFileFormat.Types.JsonCompression

SchemaFileFormat

public SchemaFileFormat SchemaFileFormat { get; set; }

The schema file format along JSON data files.

Property Value
TypeDescription
SchemaFileFormat