Class BigLakeConfiguration (2.48.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicabstractclass BigLakeConfigurationimplementsSerializableImplements
SerializableInherited Members
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 |
getFileFormat()
publicabstractStringgetFileFormat()Open source file format that the table data is stored in. Currently only PARQUET is supported.
| Returns | |
|---|---|
| Type | Description |
String |
value or |
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 |
getTableFormat()
publicabstractStringgetTableFormat()Open source file format that the table data is stored in. Currently only PARQUET is supported.
| Returns | |
|---|---|
| Type | Description |
String |
value or |
toBuilder()
publicabstractBigLakeConfiguration.BuildertoBuilder()| Returns | |
|---|---|
| Type | Description |
BigLakeConfiguration.Builder |
|