AzureDataLakeStorageIcebergStorage¶
-
class
oci.golden_gate.models.
AzureDataLakeStorageIcebergStorage
(**kwargs)¶ Bases:
oci.golden_gate.models.iceberg_storage.IcebergStorage
Represents an Azure Data Lake Storage storage used in the Iceberg connection.
Attributes
STORAGE_TYPE_AMAZON_S3
str(object=’’) -> str STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
str(object=’’) -> str STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
str(object=’’) -> str account_key_secret_id
[Required] Gets the account_key_secret_id of this AzureDataLakeStorageIcebergStorage. account_name
[Required] Gets the account_name of this AzureDataLakeStorageIcebergStorage. container
[Required] Gets the container of this AzureDataLakeStorageIcebergStorage. endpoint
Gets the endpoint of this AzureDataLakeStorageIcebergStorage. storage_type
[Required] Gets the storage_type of this IcebergStorage. Methods
__init__
(**kwargs)Initializes a new AzureDataLakeStorageIcebergStorage object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
STORAGE_TYPE_AMAZON_S3
= 'AMAZON_S3'¶
-
STORAGE_TYPE_AZURE_DATA_LAKE_STORAGE
= 'AZURE_DATA_LAKE_STORAGE'¶
-
STORAGE_TYPE_GOOGLE_CLOUD_STORAGE
= 'GOOGLE_CLOUD_STORAGE'¶
-
__init__
(**kwargs)¶ Initializes a new AzureDataLakeStorageIcebergStorage object with values from keyword arguments. The default value of the
storage_type
attribute of this class isAZURE_DATA_LAKE_STORAGE
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - storage_type (str) – The value to assign to the storage_type property of this AzureDataLakeStorageIcebergStorage. Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”
- account_name (str) – The value to assign to the account_name property of this AzureDataLakeStorageIcebergStorage.
- container (str) – The value to assign to the container property of this AzureDataLakeStorageIcebergStorage.
- account_key_secret_id (str) – The value to assign to the account_key_secret_id property of this AzureDataLakeStorageIcebergStorage.
- endpoint (str) – The value to assign to the endpoint property of this AzureDataLakeStorageIcebergStorage.
-
account_key_secret_id
¶ [Required] Gets the account_key_secret_id of this AzureDataLakeStorageIcebergStorage. The OCID of the Secret where the account key is stored.
Returns: The account_key_secret_id of this AzureDataLakeStorageIcebergStorage. Return type: str
-
account_name
¶ [Required] Gets the account_name of this AzureDataLakeStorageIcebergStorage. Sets the Azure storage account name.
Returns: The account_name of this AzureDataLakeStorageIcebergStorage. Return type: str
-
container
¶ [Required] Gets the container of this AzureDataLakeStorageIcebergStorage. The Azure Blob Storage container where Iceberg tables are stored.
Returns: The container of this AzureDataLakeStorageIcebergStorage. Return type: str
-
endpoint
¶ Gets the endpoint of this AzureDataLakeStorageIcebergStorage. The Azure Blob Storage endpoint where Iceberg data is stored. e.g.: ‘https://my-azure-storage-account.blob.core.windows.net’
Returns: The endpoint of this AzureDataLakeStorageIcebergStorage. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
storage_type
¶ [Required] Gets the storage_type of this IcebergStorage. The storage type used in the Iceberg connection.
Allowed values for this property are: “AMAZON_S3”, “GOOGLE_CLOUD_STORAGE”, “AZURE_DATA_LAKE_STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The storage_type of this IcebergStorage. Return type: str
-