BlobInfo Constructor (ContainerInfo, String) |
Initializes new instance of blob info class.
Namespace: CMS.AzureStorageAssembly: CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 13.0.131
Syntax public BlobInfo(
ContainerInfo container,
string path
)
Parameters
- container
- Type: CMS.AzureStorageContainerInfo
Container object. - path
- Type: SystemString
Absolute or relative file system path.
See Also