Click or drag to resize

BlobContainer(ISecretProvider, String, String, Boolean) Constructor

Creates a new instance of BlobContainer.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public BlobContainer(
	ISecretProvider secretProvider,
	string blobContainerName,
	string storageSettingName,
	bool createIfNotExist
)

Parameters

secretProvider  ISecretProvider
The secret provider to use, where the storage connection string is in DefaultStorageConnectionStringSettingKey
blobContainerName  String
The blob container name
storageSettingName  String
The setting name within the container identified by blobContainerName
createIfNotExist  Boolean
If true, the blob container will be created if it does not exist.
See Also