public abstract class BigLakeConfiguration implements SerializableImplements
SerializableStatic Methods
newBuilder()
public static BigLakeConfiguration.Builder newBuilder()| Returns | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| String | value or  | 
getFileFormat()
public abstract String getFileFormat()Open source file format that the table data is stored in. Currently only PARQUET is supported.
| Returns | |
|---|---|
| Type | Description | 
| String | value or  | 
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 | |
|---|---|
| Type | Description | 
| String | value or  | 
getTableFormat()
public abstract String getTableFormat()Open source file format that the table data is stored in. Currently only PARQUET is supported.
| Returns | |
|---|---|
| Type | Description | 
| String | value or  | 
toBuilder()
public abstract BigLakeConfiguration.Builder toBuilder()| Returns | |
|---|---|
| Type | Description | 
| BigLakeConfiguration.Builder | |