Google Cloud Dataplex V1 Client - Class IcebergOptions (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class IcebergOptions.

Describes Iceberg data format.

Generated from protobuf message google.cloud.dataplex.v1.StorageFormat.IcebergOptions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ metadata_location string

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

getMetadataLocation

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

Returns
TypeDescription
string

setMetadataLocation

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this