Class AzureDataLakeStorageConnection


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200407")
    public final class AzureDataLakeStorageConnection
    extends Connection
    Represents the metadata of a Azure Data Lake Storage Connection.
    Note: Objects should always be created or deserialized using the AzureDataLakeStorageConnection.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the AzureDataLakeStorageConnection.Builder, which maintain a set of all explicitly set fields called AzureDataLakeStorageConnection.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getAccountName

        public String getAccountName()
        Sets the Azure storage account name.
        Returns:
        the value
      • getAzureTenantId

        public String getAzureTenantId()
        Azure tenant ID of the application.

        This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 14593954-d337-4a61-a364-9f758c64f97f

        Returns:
        the value
      • getClientId

        public String getClientId()
        Azure client ID of the application.

        This property is required when ‘authenticationType’ is set to ‘AZURE_ACTIVE_DIRECTORY’. e.g.: 06ecaabf-8b80-4ec8-a0ec-20cbf463703d

        Returns:
        the value
      • getEndpoint

        public String getEndpoint()
        Azure Storage service endpoint.

        e.g: https://test.blob.core.windows.net

        Returns:
        the value
      • getAccountKeySecretId

        public String getAccountKeySecretId()
        The OCID of the Secret where the account key is stored.

        Note: When provided, ‘accountKey’ field must not be provided.

        Returns:
        the value
      • getSasTokenSecretId

        public String getSasTokenSecretId()
        The OCID of the Secret where the sas token is stored.

        Note: When provided, ‘sasToken’ field must not be provided.

        Returns:
        the value
      • getClientSecretSecretId

        public String getClientSecretSecretId()
        The OCID of the Secret where the client secret is stored.

        Note: When provided, ‘clientSecret’ field must not be provided.

        Returns:
        the value
      • getAzureAuthorityHost

        public String getAzureAuthorityHost()
        The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory).

        Default value: https://login.microsoftonline.com When connecting to a non-public Azure Cloud, the endpoint must be provided, eg: * Azure China: https://login.chinacloudapi.cn/ * Azure US Government: https://login.microsoftonline.us/

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class Connection
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation