Compartir a través de


ITableResourcesOperations Interfaz

Definición

Operaciones TableResourcesOperations.

public interface ITableResourcesOperations
type ITableResourcesOperations = interface
Public Interface ITableResourcesOperations

Métodos

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

Creación o actualización de una tabla de Azure Cosmos DB

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

Elimina una tabla de Azure Cosmos DB existente.

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

Actualización de RU por segundo de una tabla de Azure Cosmos DB

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

Creación o actualización de una tabla de Azure Cosmos DB

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

Elimina una tabla de Azure Cosmos DB existente.

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

Obtiene las RU por segundo de la tabla en una cuenta de base de datos de Azure Cosmos DB existente con el nombre proporcionado.

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

Obtiene las tablas de una cuenta de base de datos de Azure Cosmos DB existente con el nombre proporcionado.

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

Enumera las tablas en una cuenta de base de datos de Azure Cosmos DB existente.

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

Actualización de RU por segundo de una tabla de Azure Cosmos DB

Métodos de extensión

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

Creación o actualización de una tabla de Azure Cosmos DB

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

Elimina una tabla de Azure Cosmos DB existente.

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

Actualización de RU por segundo de una tabla de Azure Cosmos DB

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

Creación o actualización de una tabla de Azure Cosmos DB

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

Elimina una tabla de Azure Cosmos DB existente.

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

Obtiene las tablas de una cuenta de base de datos de Azure Cosmos DB existente con el nombre proporcionado.

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

Obtiene las RU por segundo de la tabla en una cuenta de base de datos de Azure Cosmos DB existente con el nombre proporcionado.

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Enumera las tablas en una cuenta de base de datos de Azure Cosmos DB existente.

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

Actualización de RU por segundo de una tabla de Azure Cosmos DB

Se aplica a