| BlobInfoProvider Methods |
The BlobInfoProvider type exposes the following members.
| 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.
|