Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureBlobFileSystemReference

Package version

interface

An interface representing AzureBlobFileSystemReference. Azure Blob Storage Container mounting configuration.

Hierarchy

  • AzureBlobFileSystemReference

Index

Properties

accountName

accountName: string
member

{string} accountName Account name. Name of the Azure storage account.

containerName

containerName: string
member

{string} containerName Container name. Name of the Azure Blob Storage container to mount on the cluster.

credentials

member

{AzureStorageCredentialsInfo} credentials Credentials. Information about the Azure storage credentials.

Optional mountOptions

mountOptions: undefined | string
member

{string} [mountOptions] Mount options. Mount options for mounting blobfuse file system.

relativeMountPath

relativeMountPath: string
member

{string} relativeMountPath Relative mount path. The relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.

Generated using TypeDoc