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()

Initializes a new instance of the AzureBlobFileSystemConfiguration class.

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

Initializes a new instance of the AzureBlobFileSystemConfiguration class.

Properties

AccountKey

Gets or sets the Azure Storage Account key.

AccountName

Gets or sets the Azure Storage Account name.

BlobfuseOptions

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

ContainerName

Gets or sets the Azure Blob Storage Container name.

IdentityReference

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

RelativeMountPath

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

SasKey

Gets or sets the Azure Storage SAS token.

Applies to