Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Constants.QueryConstants Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Constants for query strings.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..Constants.::..QueryConstants

Syntax

 
public static class QueryConstants
 
public ref class QueryConstants abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type QueryConstants = class end
 
Public NotInheritable Class QueryConstants

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticApiVersion

Query component for SAS API version.

System_CAPS_pubfieldSystem_CAPS_staticCacheControl

Query component for SAS cache control.

System_CAPS_pubfieldSystem_CAPS_staticComponent

Query component for the operation (component) to access.

System_CAPS_pubfieldSystem_CAPS_staticContentDisposition

Query component for SAS content disposition.

System_CAPS_pubfieldSystem_CAPS_staticContentEncoding

Query component for SAS content encoding.

System_CAPS_pubfieldSystem_CAPS_staticContentLanguage

Query component for SAS content language.

System_CAPS_pubfieldSystem_CAPS_staticContentType

Query component for SAS content type.

System_CAPS_pubfieldSystem_CAPS_staticCopyId

Query component for the copy ID.

System_CAPS_pubfieldSystem_CAPS_staticEndPartitionKey

Query component for the SAS end partition key.

System_CAPS_pubfieldSystem_CAPS_staticEndRowKey

Query component for the SAS end row key.

System_CAPS_pubfieldSystem_CAPS_staticMessageTimeToLive

Query component for message time-to-live.

System_CAPS_pubfieldSystem_CAPS_staticNumOfMessages

Query component for the number of messages.

System_CAPS_pubfieldSystem_CAPS_staticPopReceipt

Query component for message pop receipt.

System_CAPS_pubfieldSystem_CAPS_staticResourceType

Query component for resource type.

System_CAPS_pubfieldSystem_CAPS_staticSasTableName

Query component for the SAS table name.

System_CAPS_pubfieldSystem_CAPS_staticSignature

Query component for SAS signature.

System_CAPS_pubfieldSystem_CAPS_staticSignedExpiry

Query component for the signed SAS expiry time.

System_CAPS_pubfieldSystem_CAPS_staticSignedIdentifier

Query component for the signed SAS identifier.

System_CAPS_pubfieldSystem_CAPS_staticSignedIP

Query component for the signed SAS IP.

System_CAPS_pubfieldSystem_CAPS_staticSignedKey

Query component for the signing SAS key.

System_CAPS_pubfieldSystem_CAPS_staticSignedPermissions

Query component for the signed SAS permissions.

System_CAPS_pubfieldSystem_CAPS_staticSignedProtocols

Query component for the signed SAS protocol.

System_CAPS_pubfieldSystem_CAPS_staticSignedResource

Query component for the signed SAS resource.

System_CAPS_pubfieldSystem_CAPS_staticSignedResourceTypes

Query component for the signed SAS resource types.

System_CAPS_pubfieldSystem_CAPS_staticSignedServices

Query component for the signed SAS service.

System_CAPS_pubfieldSystem_CAPS_staticSignedStart

Query component for the signed SAS start time.

System_CAPS_pubfieldSystem_CAPS_staticSignedVersion

Query component for the signed SAS version.

System_CAPS_pubfieldSystem_CAPS_staticSnapshot

Query component for snapshot time.

System_CAPS_pubfieldSystem_CAPS_staticStartPartitionKey

Query component for the SAS start partition key.

System_CAPS_pubfieldSystem_CAPS_staticStartRowKey

Query component for the SAS start row key.

System_CAPS_pubfieldSystem_CAPS_staticVisibilityTimeout

Query component for message visibility timeout.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top