Table of Contents

Class Constants.QueryConstants

Namespace
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Constants for query strings.

public static class Constants.QueryConstants
Inheritance
Constants.QueryConstants
Inherited Members

Fields

ApiVersion

Query component for SAS API version.

public const string ApiVersion = "api-version"

Field Value

string

CacheControl

Query component for SAS cache control.

public const string CacheControl = "rscc"

Field Value

string

Component

Query component for the operation (component) to access.

public const string Component = "comp"

Field Value

string

ContentDisposition

Query component for SAS content disposition.

public const string ContentDisposition = "rscd"

Field Value

string

ContentEncoding

Query component for SAS content encoding.

public const string ContentEncoding = "rsce"

Field Value

string

ContentLanguage

Query component for SAS content language.

public const string ContentLanguage = "rscl"

Field Value

string

ContentType

Query component for SAS content type.

public const string ContentType = "rsct"

Field Value

string

CopyId

Query component for the copy ID.

public const string CopyId = "copyid"

Field Value

string

EndPartitionKey

Query component for the SAS end partition key.

public const string EndPartitionKey = "epk"

Field Value

string

EndRowKey

Query component for the SAS end row key.

public const string EndRowKey = "erk"

Field Value

string

MessageTimeToLive

Query component for message time-to-live.

public const string MessageTimeToLive = "messagettl"

Field Value

string

NumOfMessages

Query component for the number of messages.

public const string NumOfMessages = "numofmessages"

Field Value

string

PopReceipt

Query component for message pop receipt.

public const string PopReceipt = "popreceipt"

Field Value

string

ResourceType

Query component for resource type.

public const string ResourceType = "restype"

Field Value

string

SasTableName

Query component for the SAS table name.

public const string SasTableName = "tn"

Field Value

string

ShareSnapshot

Query component for share snapshot time.

public const string ShareSnapshot = "sharesnapshot"

Field Value

string

Signature

Query component for SAS signature.

public const string Signature = "sig"

Field Value

string

SignedExpiry

Query component for the signed SAS expiry time.

public const string SignedExpiry = "se"

Field Value

string

SignedIP

Query component for the signed SAS IP.

public const string SignedIP = "sip"

Field Value

string

SignedIdentifier

Query component for the signed SAS identifier.

public const string SignedIdentifier = "si"

Field Value

string

SignedKey

Query component for the signing SAS key.

public const string SignedKey = "sk"

Field Value

string

SignedPermissions

Query component for the signed SAS permissions.

public const string SignedPermissions = "sp"

Field Value

string

SignedProtocols

Query component for the signed SAS protocol.

public const string SignedProtocols = "spr"

Field Value

string

SignedResource

Query component for the signed SAS resource.

public const string SignedResource = "sr"

Field Value

string

SignedResourceTypes

Query component for the signed SAS resource types.

public const string SignedResourceTypes = "srt"

Field Value

string

SignedServices

Query component for the signed SAS service.

public const string SignedServices = "ss"

Field Value

string

SignedStart

Query component for the signed SAS start time.

public const string SignedStart = "st"

Field Value

string

SignedVersion

Query component for the signed SAS version.

public const string SignedVersion = "sv"

Field Value

string

Snapshot

Query component for snapshot time.

public const string Snapshot = "snapshot"

Field Value

string

StartPartitionKey

Query component for the SAS start partition key.

public const string StartPartitionKey = "spk"

Field Value

string

StartRowKey

Query component for the SAS start row key.

public const string StartRowKey = "srk"

Field Value

string

VisibilityTimeout

Query component for message visibility timeout.

public const string VisibilityTimeout = "visibilitytimeout"

Field Value

string