Share via


ITableResourcesOperations Interface

Definition

TableResourcesOperations operations.

public interface ITableResourcesOperations
type ITableResourcesOperations = interface
Public Interface ITableResourcesOperations

Methods

BeginCreateUpdateTableWithHttpMessagesAsync(String, String, String, TableCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Table

BeginDeleteTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

BeginUpdateTableThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

CreateUpdateTableWithHttpMessagesAsync(String, String, String, TableCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB Table

DeleteTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

GetTableThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.

GetTableWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the Tables under an existing Azure Cosmos DB database account with the provided name.

ListTablesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the Tables under an existing Azure Cosmos DB database account.

UpdateTableThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

Extension Methods

BeginCreateUpdateTableAsync(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Table

BeginDeleteTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

BeginUpdateTableThroughputAsync(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

CreateUpdateTableAsync(ITableResourcesOperations, String, String, String, TableCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB Table

DeleteTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB Table.

GetTableAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Gets the Tables under an existing Azure Cosmos DB database account with the provided name.

GetTableThroughputAsync(ITableResourcesOperations, String, String, String, CancellationToken)

Gets the RUs per second of the Table under an existing Azure Cosmos DB database account with the provided name.

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Lists the Tables under an existing Azure Cosmos DB database account.

UpdateTableThroughputAsync(ITableResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB Table

Applies to