Table of Contents

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

string

ContinuationTopElement

Top Element for Continuation Tokens

public const string ContinuationTopElement = "ContinuationToken"

Field Value

string

CurrentVersion

Stores the current token version value.

public const string CurrentVersion = "2.0"

Field Value

string

FileType

Specifies the file continuation token type.

public const string FileType = "File"

Field Value

string

NextMarkerElement

XML element for the next marker.

public const string NextMarkerElement = "NextMarker"

Field Value

string

NextPartitionKeyElement

XML element for the next partition key.

public const string NextPartitionKeyElement = "NextPartitionKey"

Field Value

string

NextRowKeyElement

XML element for the next row key.

public const string NextRowKeyElement = "NextRowKey"

Field Value

string

NextTableNameElement

XML element for the next table name.

public const string NextTableNameElement = "NextTableName"

Field Value

string

QueueType

Specifies the queue continuation token type.

public const string QueueType = "Queue"

Field Value

string

TableType

Specifies the table continuation token type.

public const string TableType = "Table"

Field Value

string

TargetLocationElement

XML element for the target location.

public const string TargetLocationElement = "TargetLocation"

Field Value

string

TypeElement

XML element for the token type.

public const string TypeElement = "Type"

Field Value

string

VersionElement

XML element for the token version.

public const string VersionElement = "Version"

Field Value

string