BlobSasBuilder.RequestQueryParameters Property

Definition

Optional. Custom Request Query Parameters to include in the SAS. Any usage of the SAS must include these query parameters and values in the request.

public System.Collections.Generic.Dictionary<string,string> RequestQueryParameters { get; set; }
member this.RequestQueryParameters : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property RequestQueryParameters As Dictionary(Of String, String)

Property Value

Applies to