Share via


SasQueryBuilder Class

Definition

A convenience class for constructing SAS-specific URI query strings.

public class SasQueryBuilder : Microsoft.Azure.Storage.Core.UriQueryBuilder
type SasQueryBuilder = class
    inherit UriQueryBuilder
Public Class SasQueryBuilder
Inherits UriQueryBuilder
Inheritance
SasQueryBuilder

Constructors

Name Description
SasQueryBuilder(String)

Public SasQueryBuilder constructor.

Properties

Name Description
Item[String]

Gets the query string value associated with the given name.

(Inherited from UriQueryBuilder)
Parameters

Stores the query parameters.

(Inherited from UriQueryBuilder)
RequireHttps

Returns True if any of the parameters specifies https:.

Methods

Name Description
Add(String, String)

Add the query string value with URI escaping.

AddRange(IEnumerable<KeyValuePair<String,String>>)

Add multiple query string values with URI escaping.

(Inherited from UriQueryBuilder)
AddToUri(StorageUri)

Adds a query parameter to a URI.

(Inherited from UriQueryBuilder)
AddToUri(Uri)

Adds a query parameter to a URI.

AddToUriCore(Uri)

Adds a query parameter to a URI.

(Inherited from UriQueryBuilder)
ContainsQueryStringName(String)

Determines whether the query string name exists in the query string.

(Inherited from UriQueryBuilder)
ToString()

Returns a String containing the URI.

(Inherited from UriQueryBuilder)

Applies to