Click or drag to resize

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

Parameters

storageConnectionString  String
The storage connection string to use
blobContainerName  String
The blob container name
createIfNotExist  Boolean
If true, the blob container will be created if it does not exist.
See Also