Blob |
public class BlobContainer
The BlobContainer type exposes the following members.
Name | Description | |
---|---|---|
BlobContainer(IConfiguration, String, Boolean) | Creates a new instance of BlobContainer. | |
BlobContainer(ISecretProvider, String, Boolean) | Creates a new instance of BlobContainer. | |
BlobContainer(String, String, Boolean) | Creates a new instance of BlobContainer. | |
BlobContainer(IConfiguration, String, String, Boolean) | Creates a new instance of BlobContainer. | |
BlobContainer(ISecretProvider, String, String, Boolean) | Creates a new instance of BlobContainer. |
Name | Description | |
---|---|---|
Add(String, String) | Uploads the contents of a file to the Blob container. | |
Add(String, Byte, String) | Adds information to the Blob container with a designated content type. | |
BlobClient | Gets the BlobClient(String) for a particular blobName | |
Delete | Removes information from the Blob container. | |
DeleteContainer | 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) | |
GetAccessTier | Gets a blob's AccessTier | |
GetBytes | Gets the contents of the Blob container as a Byte array. | |
GetContentType | Gets the MIME content type of a blob container | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetPermissions | Gets the access policy for the blob container. | |
GetProperties | Gets the properties of a blob container | |
GetStream | Sends the contents of the Blob container to a Stream | |
GetText | 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) | |
SetAccessTier | Sets a blob's AccessTier | |
SetPermissions | Sets permissions for the container | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
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 |
{ "innerDriveAzure": { "storageConnectionString": "super secret connection string" } }