Shared REST routines for Azure BLOB Storage.
- Namespace
- Songhay
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AzureBlobStorageRestApiUtility"]
class Type type-node
Syntax
public static class AzureBlobStorageRestApiUtility
Methods
Name | Return Value | Summary |
---|---|---|
DeleteBlobAsync |
Task |
DELETE s the BLOB of the specified ‘file’ name.
static
|
Download |
Task |
GET s the BLOB of the specified ‘file’ name.
static
|
Get |
(string accountName, |
Gets the conventional Azure BLOB Storage metadata
from the specified connection string.
static
|
GetStorageUriBuilder |
UriBuilder |
Builds the URI for Azure BLOB Storage.
static
|
ListContainerAsync |
Task |
Lists the contents of the specified BLOB container.
static
|
UploadBlobAsync |
Task |
PUT s the BLOB of the specified ‘file’ name.
static
|