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
CacheControl
Query component for SAS cache control.
public const string CacheControl = "rscc"
Field Value
Component
Query component for the operation (component) to access.
public const string Component = "comp"
Field Value
ContentDisposition
Query component for SAS content disposition.
public const string ContentDisposition = "rscd"
Field Value
ContentEncoding
Query component for SAS content encoding.
public const string ContentEncoding = "rsce"
Field Value
ContentLanguage
Query component for SAS content language.
public const string ContentLanguage = "rscl"
Field Value
ContentType
Query component for SAS content type.
public const string ContentType = "rsct"
Field Value
CopyId
Query component for the copy ID.
public const string CopyId = "copyid"
Field Value
EndPartitionKey
Query component for the SAS end partition key.
public const string EndPartitionKey = "epk"
Field Value
EndRowKey
Query component for the SAS end row key.
public const string EndRowKey = "erk"
Field Value
MessageTimeToLive
Query component for message time-to-live.
public const string MessageTimeToLive = "messagettl"
Field Value
NumOfMessages
Query component for the number of messages.
public const string NumOfMessages = "numofmessages"
Field Value
PopReceipt
Query component for message pop receipt.
public const string PopReceipt = "popreceipt"
Field Value
ResourceType
Query component for resource type.
public const string ResourceType = "restype"
Field Value
SasTableName
Query component for the SAS table name.
public const string SasTableName = "tn"
Field Value
ShareSnapshot
Query component for share snapshot time.
public const string ShareSnapshot = "sharesnapshot"
Field Value
Signature
Query component for SAS signature.
public const string Signature = "sig"
Field Value
SignedExpiry
Query component for the signed SAS expiry time.
public const string SignedExpiry = "se"
Field Value
SignedIP
Query component for the signed SAS IP.
public const string SignedIP = "sip"
Field Value
SignedIdentifier
Query component for the signed SAS identifier.
public const string SignedIdentifier = "si"
Field Value
SignedKey
Query component for the signing SAS key.
public const string SignedKey = "sk"
Field Value
SignedPermissions
Query component for the signed SAS permissions.
public const string SignedPermissions = "sp"
Field Value
SignedProtocols
Query component for the signed SAS protocol.
public const string SignedProtocols = "spr"
Field Value
SignedResource
Query component for the signed SAS resource.
public const string SignedResource = "sr"
Field Value
SignedResourceTypes
Query component for the signed SAS resource types.
public const string SignedResourceTypes = "srt"
Field Value
SignedServices
Query component for the signed SAS service.
public const string SignedServices = "ss"
Field Value
SignedStart
Query component for the signed SAS start time.
public const string SignedStart = "st"
Field Value
SignedVersion
Query component for the signed SAS version.
public const string SignedVersion = "sv"
Field Value
Snapshot
Query component for snapshot time.
public const string Snapshot = "snapshot"
Field Value
StartPartitionKey
Query component for the SAS start partition key.
public const string StartPartitionKey = "spk"
Field Value
StartRowKey
Query component for the SAS start row key.
public const string StartRowKey = "srk"
Field Value
VisibilityTimeout
Query component for message visibility timeout.
public const string VisibilityTimeout = "visibilitytimeout"