public class BlobContainer
{
"innerDriveAzure": {
"storageConnectionString": "super secret connection string"
}
}
BlobContainer | Wraps a BlobContainerClient to facilitate access to Blob storage. |
AddAsync(String, String) | Uploads the contents of a file to the Blob container. |
AddAsync(String, Byte, String) | Adds information to the Blob container with a designated content type. |
DeleteAsync | Removes information from the Blob container. |
DeleteContainerAsync | Deletes the Blob container |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetAccessTierAsync | Gets a blob's AccessTier |
GetBlobClientAsync | Gets the GetBlobClientAsync(String) for a particular blobName |
GetBlobNamesAsync | Gets the list of blobs in the current BlobContainerClient |
GetBytesAsync | Gets the contents of the Blob container as a Byte array. |
GetContentTypeAsync | Gets a blob's MIME content type |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetPermissionsAsync | Gets the access policy for the blob container. |
GetPropertiesAsync | Gets the properties of a blob container |
GetStreamAsync | Sends the contents of the Blob container to a Stream |
GetTextAsync | Gets the contents of the Blob container as a string. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
SetAccessTierAsync | Sets a blob's AccessTier |
SetPermissionsAsync | Sets permissions for the container |
ToString | Returns a string that represents the current object. (Inherited from Object) |
DefaultContentType | Gets the default content type used when adding data to a blob container. |
DefaultStorageConnectionStringSettingKey | Gets the default configuration key containing the storage connection string |