Class: Google::Cloud::Dataplex::V1::StorageFormat::IcebergOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/metadata.rb

Overview

Describes Iceberg data format.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_location::String

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

Returns:

  • (::String)

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



635
636
637
638
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 635

class IcebergOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end