BlobInfoProvider Class |
Namespace: CMS.AzureStorage
public class BlobInfoProvider
The BlobInfoProvider type exposes the following members.
Name | Description | |
---|---|---|
BlobInfoProvider |
Name | Description | |
---|---|---|
DIRECTORY_BLOB |
Name of blob which represents folder.
| |
LOCK |
Property name which returns if file is locked for writing.
| |
STORAGE_KEY |
Storage key for Azure storage objects.
|
Name | Description | |
---|---|---|
AppendTextToBlob |
Appends text to blob.
| |
BlobExists |
Whether blob exists.
| |
CopyBlobs |
Copy one blob to another.
| |
CreateEmptyBlob |
Creates empty blob on the cloud. Don't use this method if you want to add content to blob.
| |
DeleteBlob |
Deletes blob.
| |
GetBlobContent(BlobInfo) |
Returns stream with block blob.
| |
GetBlobContent(BlobInfo, BlobRequestOptions) |
Returns stream with block blob.
| |
GetBlobContentWithOptions |
Returns stream with block blob.
| |
InitBlobInfo |
Returns reference to the blob.
| |
PutByteArrayToBlob |
Puts byte array to blob.
| |
PutDataFromStreamToBlob |
Puts content of stream to blob.
| |
PutFileToBlob |
Puts content of file to blob.
| |
PutTextToBlob |
Puts text to blob.
|