Class BigLakeConfiguration (2.48.1)

publicabstractclass BigLakeConfigurationimplementsSerializable

Inheritance

java.lang.Object > BigLakeConfiguration

Implements

Serializable

Static Methods

newBuilder()

publicstaticBigLakeConfiguration.BuildernewBuilder()
Returns
Type Description
BigLakeConfiguration.Builder

Constructors

BigLakeConfiguration()

publicBigLakeConfiguration()

Methods

getConnectionId()

publicabstractStringgetConnectionId()

Credential reference for accessing external storage system. Normalized as project_id.location_id.connection_id.

Returns
Type Description
String

value or null for none

getFileFormat()

publicabstractStringgetFileFormat()

Open source file format that the table data is stored in. Currently only PARQUET is supported.

Returns
Type Description
String

value or null for none

getStorageUri()

publicabstractStringgetStorageUri()

Fully qualified location prefix of the external folder where data is stored. Starts with "gs://" ends with "/". Does not contain "*".

Returns
Type Description
String

value or null for none

getTableFormat()

publicabstractStringgetTableFormat()

Open source file format that the table data is stored in. Currently only PARQUET is supported.

Returns
Type Description
String

value or null for none

toBuilder()

publicabstractBigLakeConfiguration.BuildertoBuilder()
Returns
Type Description
BigLakeConfiguration.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.