DataStream v1alpha1 API - Class JsonFileFormat (2.0.0-alpha04)

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

Reference documentation and code samples for the DataStream v1alpha1 API class JsonFileFormat.

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
JsonFileFormatTypesJsonCompression

SchemaFileFormat

public SchemaFileFormat SchemaFileFormat { get; set; }

The schema file format along JSON data files.

Property Value
TypeDescription
SchemaFileFormat