Click or drag to resize

BlobContainer(ISecretProvider, 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,
	bool createIfNotExist = false
)

Parameters

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