Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Constants for Result Continuations

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.::..ContinuationConstants

Syntax

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

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBlobType

Specifies the blob continuation token type.

System_CAPS_pubfieldSystem_CAPS_staticContinuationTopElement

Top Element for Continuation Tokens

System_CAPS_pubfieldSystem_CAPS_staticCurrentVersion

Stores the current token version value.

System_CAPS_pubfieldSystem_CAPS_staticFileType

Specifies the file continuation token type.

System_CAPS_pubfieldSystem_CAPS_staticNextMarkerElement

XML element for the next marker.

System_CAPS_pubfieldSystem_CAPS_staticNextPartitionKeyElement

XML element for the next partition key.

System_CAPS_pubfieldSystem_CAPS_staticNextRowKeyElement

XML element for the next row key.

System_CAPS_pubfieldSystem_CAPS_staticNextTableNameElement

XML element for the next table name.

System_CAPS_pubfieldSystem_CAPS_staticQueueType

Specifies the queue continuation token type.

System_CAPS_pubfieldSystem_CAPS_staticTableType

Specifies the table continuation token type.

System_CAPS_pubfieldSystem_CAPS_staticTargetLocationElement

XML element for the target location.

System_CAPS_pubfieldSystem_CAPS_staticTypeElement

XML element for the token type.

System_CAPS_pubfieldSystem_CAPS_staticVersionElement

XML element for the token version.

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