Share via


TableConstants Class

Definition

A set of constants used in operations against the Table service.

public static class TableConstants
type TableConstants = class
Public Class TableConstants
Inheritance
TableConstants

Fields

Etag

The name of the ETag property.

Filter

The query filter clause name.

MinDateTime

The minimum DateTime supported.

PartitionKey

The name of the partition key property.

RowKey

The name of the row key property.

Select

The query select clause name.

TableName

The name of the property that stores the table name.

TableServiceBatchMaximumOperations

Stores the maximum number of operations allowed in a TableBatchOperation.

TableServiceMaxPayload

The maximum size of a string property for the Table service in bytes.

TableServiceMaxResults

Stores the maximum results the Table service can return.

TableServiceMaxStringPropertySizeInBytes

The maximum size of a string property for the Table service in bytes.

TableServiceMaxStringPropertySizeInChars

The maximum size of a string property for the Table service in chars.

TableServiceNextPartitionKey

Stores the header suffix for the next partition key.

TableServiceNextRowKey

Stores the header suffix for the next row key.

TableServiceNextTableName

Stores the table suffix for the next table name.

TableServicePrefixForTableContinuation

Stores the header prefix for continuation information.

TableServiceTablesName

The name of the special table used to store tables.

Timestamp

The name of the Timestamp property.

Top

The query top clause name.

UserAgentProductVersion

Specifies the value to use for UserAgent header.

Applies to