Click or drag to resize

BlobContainer(IConfiguration, 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(
	IConfiguration configuration,
	string blobContainerName,
	string storageSettingName,
	bool createIfNotExist
)

Parameters

configuration  IConfiguration
The configuration settings to use
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