Class BigLakeConfiguration (2.38.2)

public abstract class BigLakeConfiguration implements Serializable

Inheritance

java.lang.Object > BigLakeConfiguration

Implements

Serializable

Static Methods

newBuilder()

public static BigLakeConfiguration.Builder newBuilder()
Returns
TypeDescription
BigLakeConfiguration.Builder

Constructors

BigLakeConfiguration()

public BigLakeConfiguration()

Methods

getConnectionId()

public abstract String getConnectionId()

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

Returns
TypeDescription
String

value or null for none

getFileFormat()

public abstract String getFileFormat()

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

Returns
TypeDescription
String

value or null for none

getStorageUri()

public abstract String getStorageUri()

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

Returns
TypeDescription
String

value or null for none

getTableFormat()

public abstract String getTableFormat()

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

Returns
TypeDescription
String

value or null for none

toBuilder()

public abstract BigLakeConfiguration.Builder toBuilder()
Returns
TypeDescription
BigLakeConfiguration.Builder