Class Constants.ContinuationConstants
- Namespace
- Microsoft.WindowsAzure.Storage.Shared.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Constants for Result Continuations
public static class Constants.ContinuationConstants
- Inheritance
-
Constants.ContinuationConstants
- Inherited Members
Fields
BlobType
Specifies the blob continuation token type.
public const string BlobType = "Blob"
Field Value
ContinuationTopElement
Top Element for Continuation Tokens
public const string ContinuationTopElement = "ContinuationToken"
Field Value
CurrentVersion
Stores the current token version value.
public const string CurrentVersion = "2.0"
Field Value
FileType
Specifies the file continuation token type.
public const string FileType = "File"
Field Value
NextMarkerElement
XML element for the next marker.
public const string NextMarkerElement = "NextMarker"
Field Value
NextPartitionKeyElement
XML element for the next partition key.
public const string NextPartitionKeyElement = "NextPartitionKey"
Field Value
NextRowKeyElement
XML element for the next row key.
public const string NextRowKeyElement = "NextRowKey"
Field Value
NextTableNameElement
XML element for the next table name.
public const string NextTableNameElement = "NextTableName"
Field Value
QueueType
Specifies the queue continuation token type.
public const string QueueType = "Queue"
Field Value
TableType
Specifies the table continuation token type.
public const string TableType = "Table"
Field Value
TargetLocationElement
XML element for the target location.
public const string TargetLocationElement = "TargetLocation"
Field Value
TypeElement
XML element for the token type.
public const string TypeElement = "Type"
Field Value
VersionElement
XML element for the token version.
public const string VersionElement = "Version"