AzureBlobStorageRestApiUtility Class
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(string, string, string) Task
DELETEs the BLOB of the specified ‘file’ name.
static
DownloadBlobToStringAsync(string, string, string) Task<string>
GETs the BLOB of the specified ‘file’ name.
static
GetCloudStorageMetadata(string) (string accountName, string accountKey, string apiVersion)
Gets the conventional Azure BLOB Storage metadata from the specified connection string.
static
GetStorageUriBuilder(string, string) UriBuilder
Builds the URI for Azure BLOB Storage.
static
ListContainerAsync(string, string) Task<string>
Lists the contents of the specified BLOB container.
static
UploadBlobAsync(string, string, string, string) Task
PUTs the BLOB of the specified ‘file’ name.
static