BlobInfo Constructor (ContainerInfo, String, Boolean) |
Initializes new instance of blob info class.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax public BlobInfo(
ContainerInfo containerInfo,
string path,
bool blobUri
)
Parameters
- containerInfo
- Type: CMS.AzureStorageContainerInfo
Container object. - path
- Type: SystemString
Absolute or relative file system path or blob URI (in that case set blobUri appropriately). - blobUri
- Type: SystemBoolean
Indicates whether path is blob URI
See Also