Class SpecializedBlobClientOptions
Provides advanced client configuration options for connecting to Azure Blob Storage.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class SpecializedBlobClientOptions : Azure.Storage.Blobs.BlobClientOptions
Constructors
SpecializedBlobClientOptions(BlobClientOptions+ServiceVersion)
Initializes a new instance of the BlobClientOptions class.
Declaration
public SpecializedBlobClientOptions (Azure.Storage.Blobs.BlobClientOptions.ServiceVersion version = Azure.Storage.Blobs.BlobClientOptions+ServiceVersion.V2026_02_06);
Parameters
|
BlobClientOptions.ServiceVersion
version
The BlobClientOptions.ServiceVersion of the service API used when making requests. |
Properties
ClientSideEncryption
Settings for data encryption when uploading and downloading with a BlobClient. Client-side encryption adds metadata to your blob which is necessary for decryption.
Declaration
public Azure.Storage.ClientSideEncryptionOptions ClientSideEncryption { get; set; }
Property Value
|
Azure.Storage.ClientSideEncryptionOptions
|