DataStream v1 API - Class JsonFileFormat (2.12.0)

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

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

JSON file format configuration.

Inheritance

object > JsonFileFormat

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

JsonFileFormat()

public JsonFileFormat()

JsonFileFormat(JsonFileFormat)

public JsonFileFormat(JsonFileFormat other)
Parameter
Name Description
other JsonFileFormat

Properties

Compression

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

Compression of the loaded JSON file.

Property Value
Type Description
JsonFileFormat Types JsonCompression

SchemaFileFormat

public JsonFileFormat.Types.SchemaFileFormat SchemaFileFormat { get; set; }

The schema file format along JSON data files.

Property Value
Type Description
JsonFileFormat Types SchemaFileFormat

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.