module Azure::Storage::Table::TableConstants

Defines constants for use with table storage.

Constants

BATCH_DELIMITER

The batch response delimiter.

CHANGESET_DELIMITER

The changeset response delimiter.

CONTINUATION_NEXT_PARTITION_KEY

The next continuation partition key token.

CONTINUATION_NEXT_ROW_KEY

The next continuation row key token.

CONTINUATION_NEXT_TABLE_NAME

The next continuation table name token.

DEFAULT_DATA_SERVICE_VERSION

The value to set the maximum data service version header.

NEXT_PARTITION_KEY

The next partition key query string argument.

NEXT_ROW_KEY

The next row key query string argument.

NEXT_TABLE_NAME

The next table name query string argument.

ODATA_ETAG

Constant representing the hash key of etag for an entity property in JSON.

ODATA_METADATA_MARKER

Constant representing the property where the odata metadata elements are stored.

ODATA_PREFIX

Prefix of the odata properties returned in a JSON query

ODATA_TYPE_MARKER

Constant representing the type for an entity property.

ODATA_TYPE_SUFFIX

Constant representing the string following a type annotation in a JSON table query

ODATA_VALUE_MARKER

Constant representing the value for an entity property.

PARTITION_KEY

The key of partition key in hash

ROW_KEY

The key of row key in hash

TABLE_NAME

The name of the property that stores the table name.

TABLE_SERVICE_TABLE_NAME

The name of the special table used to store tables.