Cloud Dataplex v1 API - Class StorageFormat.Types.JsonOptions (2.15.0)

public sealed class StorageFormat.Types.JsonOptions : IMessage<StorageFormat.Types.JsonOptions>, IEquatable<StorageFormat.Types.JsonOptions>, IDeepCloneable<StorageFormat.Types.JsonOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class StorageFormat.Types.JsonOptions.

Describes JSON data format.

Inheritance

object > StorageFormat.Types.JsonOptions

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

JsonOptions()

public JsonOptions()

JsonOptions(JsonOptions)

public JsonOptions(StorageFormat.Types.JsonOptions other)
Parameter
NameDescription
otherStorageFormatTypesJsonOptions

Properties

Encoding

public string Encoding { get; set; }

Optional. The character encoding of the data. Accepts "US-ASCII", "UTF-8" and "ISO-8859-1". Defaults to UTF-8 if not specified.

Property Value
TypeDescription
string