Share via

Facebook x.com LinkedIn Email

Table Storage concepts

  • 2023年06月27日

You can use the Azure Table Storage API to create tables for structured storage, and to insert, update, delete, and query data.

In this section

Understanding the Table Storage data model

Addressing Table Storage resources

Query timeout and pagination

Querying tables and entities

Inserting and updating entities

Performing entity group transactions

Setting timeouts for Table Storage operations

Setting the OData data service version headers

Setting the Prefer header to manage response echo on insert operations

Payload format for Table Storage operations

Writing LINQ queries against Table Storage

Query operators supported for Table Storage

Designing a scalable partitioning strategy

See also

Table Storage REST API