Class DataLakeStorageAccountDetails


  • public final class DataLakeStorageAccountDetails
    extends Object
    Details of the data lake storage account associated with the workspace.
    • Constructor Detail

      • DataLakeStorageAccountDetails

        public DataLakeStorageAccountDetails()
    • Method Detail

      • getAccountUrl

        public String getAccountUrl()
        Get the accountUrl property: Account URL.
        Returns:
        the accountUrl value.
      • setAccountUrl

        public DataLakeStorageAccountDetails setAccountUrl​(String accountUrl)
        Set the accountUrl property: Account URL.
        Parameters:
        accountUrl - the accountUrl value to set.
        Returns:
        the DataLakeStorageAccountDetails object itself.
      • getFilesystem

        public String getFilesystem()
        Get the filesystem property: Filesystem name.
        Returns:
        the filesystem value.
      • setFilesystem

        public DataLakeStorageAccountDetails setFilesystem​(String filesystem)
        Set the filesystem property: Filesystem name.
        Parameters:
        filesystem - the filesystem value to set.
        Returns:
        the DataLakeStorageAccountDetails object itself.