Partilhar via


ITableResourcesOperations Interface

Definição

Operações TableResourcesOperations.

public interface ITableResourcesOperations
type ITableResourcesOperations = interface
Public Interface ITableResourcesOperations

Métodos

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Obtém as RUs por segundo da Tabela em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

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

Obtém as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

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

Lista as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

Métodos de Extensão

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

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

Criar ou atualizar uma tabela do Azure Cosmos DB

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

Exclui uma tabela existente do Azure Cosmos DB.

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

Obtém as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

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

Obtém as RUs por segundo da Tabela em uma conta de banco de dados existente do Azure Cosmos DB com o nome fornecido.

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Lista as Tabelas em uma conta de banco de dados existente do Azure Cosmos DB.

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

Atualizar RUs por segundo de uma tabela do Azure Cosmos DB

Aplica-se a