AzureBlobFileSystemConfiguration Class

Definition

Information used to connect to an Azure Storage Container using Blobfuse.

public class AzureBlobFileSystemConfiguration
type AzureBlobFileSystemConfiguration = class
Public Class AzureBlobFileSystemConfiguration
Inheritance
AzureBlobFileSystemConfiguration

Constructors

AzureBlobFileSystemConfiguration()

Default constructor to support mocking the AzureBlobFileSystemConfiguration class.

AzureBlobFileSystemConfiguration(String, String, String, AzureStorageAuthenticationKey, String)

Initializes a new instance of the AzureBlobFileSystemConfiguration class.

AzureBlobFileSystemConfiguration(String, String, String, ComputeNodeIdentityReference, String)

Initializes a new instance of the AzureBlobFileSystemConfiguration class.

Properties

AccountKey

Gets the Azure Storage Account key. This property is mutually exclusive with SasKey.

AccountName

Gets the Azure Storage account name.

BlobfuseOptions

Gets additional command line options to pass to the mount command.

ContainerName

Gets the Azure Blob Storage Container name.

IdentityReference

Gets or sets the reference to the user assigned identity to use to access containerName

RelativeMountPath

Gets the relative path on the compute node where the file system will be mounted.

SasKey

Gets the Azure Storage SAS token. This property is mutually exclusive with AccountKey.

Applies to