public sealed class JsonOptions : IMessage<StorageFormat.Types.JsonOptions>, IEquatable<StorageFormat.Types.JsonOptions>, IDeepCloneable<StorageFormat.Types.JsonOptions>, IBufferMessage, IMessage
Describes JSON data format.
Implements
IMessage<StorageFormat.Types.JsonOptions>, IEquatable<StorageFormat.Types.JsonOptions>, IDeepCloneable<StorageFormat.Types.JsonOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
JsonOptions()
public JsonOptions()
JsonOptions(StorageFormat.Types.JsonOptions)
public JsonOptions(StorageFormat.Types.JsonOptions other)
Parameter | |
---|---|
Name | Description |
other | StorageFormat.Types.JsonOptions |
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 |