Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AzureDataLakeStorageIcebergStorage.
The Azure Data Lake Storage Iceberg storage.
Generated from protobuf message google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ azure_account |
string
Required. The account of Azure Data Lake Storage. |
↳ container |
string
Required. The container of Azure Data Lake Storage. |
↳ account_key_secret |
string
Optional. The account key of Azure Data Lake Storage. |
↳ endpoint |
string
Optional. The endpoint of Azure Data Lake Storage. |
getAzureAccount
Required. The account of Azure Data Lake Storage.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAzureAccount
Required. The account of Azure Data Lake Storage.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContainer
Required. The container of Azure Data Lake Storage.
| Returns | |
|---|---|
| Type | Description |
string |
|
setContainer
Required. The container of Azure Data Lake Storage.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccountKeySecret
Optional. The account key of Azure Data Lake Storage.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccountKeySecret
Optional. The account key of Azure Data Lake Storage.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndpoint
Optional. The endpoint of Azure Data Lake Storage.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEndpoint
Optional. The endpoint of Azure Data Lake Storage.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|