Class: Google::Cloud::OracleDatabase::V1::AzureDataLakeStorageIcebergStorage
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::AzureDataLakeStorageIcebergStorage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb
Overview
The Azure Data Lake Storage Iceberg storage.
Instance Attribute Summary collapse
-
#account_key_secret ⇒ ::String
Optional.
-
#azure_account ⇒ ::String
Required.
-
#container ⇒ ::String
Required.
-
#endpoint ⇒ ::String
Optional.
Instance Attribute Details
#account_key_secret ⇒ ::String
Returns Optional. The account key of Azure Data Lake Storage.
2038 2039 2040 2041 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2038 class AzureDataLakeStorageIcebergStorage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#azure_account ⇒ ::String
Returns Required. The account of Azure Data Lake Storage.
2038 2039 2040 2041 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2038 class AzureDataLakeStorageIcebergStorage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container ⇒ ::String
Returns Required. The container of Azure Data Lake Storage.
2038 2039 2040 2041 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2038 class AzureDataLakeStorageIcebergStorage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Optional. The endpoint of Azure Data Lake Storage.
2038 2039 2040 2041 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection.rb', line 2038 class AzureDataLakeStorageIcebergStorage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |