BlobClientOptions.CustomerProvidedKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CustomerProvidedKey to be used when making requests.
public Azure.Storage.Blobs.Models.CustomerProvidedKey? CustomerProvidedKey { get; set; }
member this.CustomerProvidedKey : Nullable<Azure.Storage.Blobs.Models.CustomerProvidedKey> with get, set
Public Property CustomerProvidedKey As Nullable(Of CustomerProvidedKey)