Class: Google::Cloud::Dataplex::V1::StorageFormat::IcebergOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::StorageFormat::IcebergOptions
- 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
-
#metadata_location ⇒ ::String
Optional.
Instance Attribute Details
#metadata_location ⇒ ::String
Returns Optional. The location of where the iceberg metadata is present, must be within the table path.
637 638 639 640 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 637 class IcebergOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |