Partager via


ITableResourcesOperations Interface

Définition

Opérations TableResourcesOperations.

public interface ITableResourcesOperations
type ITableResourcesOperations = interface
Public Interface ITableResourcesOperations

Méthodes

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

Créer ou mettre à jour une table Azure Cosmos DB

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

Supprime une table Azure Cosmos DB existante.

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

Mettre à jour les unités de requête par seconde d’une table Azure Cosmos DB

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

Créer ou mettre à jour une table Azure Cosmos DB

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

Supprime une table Azure Cosmos DB existante.

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

Obtient les unités de requête par seconde de la table sous un compte de base de données Azure Cosmos DB existant avec le nom fourni.

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

Obtient les tables sous un compte de base de données Azure Cosmos DB existant avec le nom fourni.

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

Répertorie les tables sous un compte de base de données Azure Cosmos DB existant.

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

Mettre à jour les unités de requête par seconde d’une table Azure Cosmos DB

Méthodes d’extension

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

Créer ou mettre à jour une table Azure Cosmos DB

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

Supprime une table Azure Cosmos DB existante.

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

Mettre à jour les unités de requête par seconde d’une table Azure Cosmos DB

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

Créer ou mettre à jour une table Azure Cosmos DB

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

Supprime une table Azure Cosmos DB existante.

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

Obtient les tables sous un compte de base de données Azure Cosmos DB existant avec le nom fourni.

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

Obtient les unités de requête par seconde de la table sous un compte de base de données Azure Cosmos DB existant avec le nom fourni.

ListTablesAsync(ITableResourcesOperations, String, String, CancellationToken)

Répertorie les tables sous un compte de base de données Azure Cosmos DB existant.

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

Mettre à jour les unités de requête par seconde d’une table Azure Cosmos DB

S’applique à