Share via


AzureBlobFileSystemConfiguration.SasKey Property

Definition

Gets or sets the Azure Storage SAS token.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

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

Applies to