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.
Implements
IMessageStorageFormatTypesJsonOptions, IEquatableStorageFormatTypesJsonOptions, IDeepCloneableStorageFormatTypesJsonOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
JsonOptions()
public JsonOptions()
JsonOptions(JsonOptions)
public JsonOptions(StorageFormat.Types.JsonOptions other)
Parameter | |
---|---|
Name | Description |
other | StorageFormatTypesJsonOptions |
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 | |
---|---|
Type | Description |
string |