Share via


AzureBlobFileSystemConfiguration.AccountKey Property

Definition

Gets or sets the Azure Storage Account key.

[Newtonsoft.Json.JsonProperty(PropertyName="accountKey")]
public string AccountKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="accountKey")>]
member this.AccountKey : string with get, set
Public Property AccountKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is mutually exclusive with both sasKey and identity; exactly one must be specified.

Applies to