All Products
Search
Document Center

Tablestore:Data Operations

Last Updated:May 12, 2026

This topic covers the data operations that the Table Store .NET SDK supports.

Actions

Description

Write data

Writes data to a data table. You can write a single row of data or perform batch data operations.

Update data

Updates data in a data table. You can update a single row of data or perform batch data operations.

Read data

Reads data from a data table. You can read a single row of data, read data in a range, read data in batches, or read data by using an iterator.

Delete data

Deletes data from a data table. You can delete a single row of data or perform batch data operations.

Filter

Filters read results server-side based on specified conditions. The operation returns only rows that match the filter.

Conditional update

Updates data in a data table only if specified conditions are met. Otherwise, the update fails and returns an error.

Atomic counter

Performs atomic counting operations on a column.