Class StorageFormat.Types.JsonOptions (2.0.0)

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

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(StorageFormat.Types.JsonOptions)

public JsonOptions(StorageFormat.Types.JsonOptions other)
Parameter
NameDescription
otherStorageFormat.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
TypeDescription
String