Module: Azure::Storage::Table::TableConstants

Defined in:
table/lib/azure/storage/table/default.rb

Overview

Defines constants for use with table storage.

Defined Under Namespace

Modules: Operations

Constant Summary collapse

CHANGESET_DELIMITER =

The changeset response delimiter.

"--changesetresponse_"
BATCH_DELIMITER =

The batch response delimiter.

"--batchresponse_"
CONTINUATION_NEXT_ROW_KEY =

The next continuation row key token.

"x-ms-continuation-nextrowkey"
CONTINUATION_NEXT_PARTITION_KEY =

The next continuation partition key token.

"x-ms-continuation-nextpartitionkey"
CONTINUATION_NEXT_TABLE_NAME =

The next continuation table name token.

"x-ms-continuation-nexttablename"
NEXT_ROW_KEY =

The next row key query string argument.

"NextRowKey"
NEXT_PARTITION_KEY =

The next partition key query string argument.

"NextPartitionKey"
NEXT_TABLE_NAME =

The next table name query string argument.

"NextTableName"
ODATA_PREFIX =

Prefix of the odata properties returned in a JSON query

"odata."
ODATA_TYPE_SUFFIX =

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

"@odata.type"
ODATA_METADATA_MARKER =

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

".metadata"
ODATA_VALUE_MARKER =

Constant representing the value for an entity property.

"_"
ODATA_TYPE_MARKER =

Constant representing the type for an entity property.

"$"
ODATA_ETAG =

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

"odata.etag"
DEFAULT_DATA_SERVICE_VERSION =

The value to set the maximum data service version header.

"3.0;NetFx"
TABLE_NAME =

The name of the property that stores the table name.

"TableName"
TABLE_SERVICE_TABLE_NAME =

The name of the special table used to store tables.

"Tables"
PARTITION_KEY =

The key of partition key in hash

"PartitionKey"
ROW_KEY =

The key of row key in hash

"RowKey"