public class BlobContainer : IAsyncDisposable{
"innerDriveAzure": {
"storageConnectionString": "super secret connection string"
}
}| BlobContainer | Wraps a BlobContainerClient to facilitate access to Blob storage. |
| AddAsync(String, String, CancellationToken) | Uploads the contents of a file to the Blob container. |
| AddAsync(String, Byte, String, CancellationToken) | Adds information to the Blob container with a designated content type. |
| DeleteAsync | Removes information from the Blob container. |
| DeleteContainerAsync | Deletes the Blob container |
| DisposeAsync | Asynchronously disposes resources held by this instance. |
| DisposeAsyncCore | Override point for async disposal in derived classes. |
| 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 a BlobClient for a particular blob. |
| GetBlobNamesAsync | Gets the list of blobs in the current BlobContainerClient. |
| GetBytesAsync | Gets the contents of the Blob 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 |
| GetStreamAsync | Sends the contents of the blob to a Stream. |
| GetTextAsync | Gets the contents of the Blob 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 |