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

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

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

Describes Iceberg data format.

Inheritance

object > StorageFormat.Types.IcebergOptions

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

IcebergOptions()

public IcebergOptions()

IcebergOptions(IcebergOptions)

public IcebergOptions(StorageFormat.Types.IcebergOptions other)
Parameter
NameDescription
otherStorageFormatTypesIcebergOptions

Properties

MetadataLocation

public string MetadataLocation { get; set; }

Optional. The location of where the iceberg metadata is present, must be within the table path

Property Value
TypeDescription
string