Class AzureDataLakeGen1Datastore


  • public final class AzureDataLakeGen1Datastore
    extends DatastoreDetails
    Azure Data Lake Gen1 datastore configuration.
    • Constructor Detail

      • AzureDataLakeGen1Datastore

        public AzureDataLakeGen1Datastore()
    • Method Detail

      • serviceDataAccessAuthIdentity

        public ServiceDataAccessAuthIdentity serviceDataAccessAuthIdentity()
        Get the serviceDataAccessAuthIdentity property: Indicates which identity to use to authenticate service data access to customer's storage.
        Returns:
        the serviceDataAccessAuthIdentity value.
      • withServiceDataAccessAuthIdentity

        public AzureDataLakeGen1Datastore withServiceDataAccessAuthIdentity​(ServiceDataAccessAuthIdentity serviceDataAccessAuthIdentity)
        Set the serviceDataAccessAuthIdentity property: Indicates which identity to use to authenticate service data access to customer's storage.
        Parameters:
        serviceDataAccessAuthIdentity - the serviceDataAccessAuthIdentity value to set.
        Returns:
        the AzureDataLakeGen1Datastore object itself.
      • storeName

        public String storeName()
        Get the storeName property: [Required] Azure Data Lake store name.
        Returns:
        the storeName value.
      • withStoreName

        public AzureDataLakeGen1Datastore withStoreName​(String storeName)
        Set the storeName property: [Required] Azure Data Lake store name.
        Parameters:
        storeName - the storeName value to set.
        Returns:
        the AzureDataLakeGen1Datastore object itself.