Partager via


ITableOperations Interface

Définition

Opérations TableOperations.

public interface ITableOperations
type ITableOperations = interface
Public Interface ITableOperations

Méthodes

CreateWithHttpMessagesAsync(String, String, String, IList<TableSignedIdentifier>, Dictionary<String,List<String>>, CancellationToken)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

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

Supprime la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

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

Obtient la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

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

Obtient la liste de toutes les tables sous le compte de stockage spécifié

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

Obtient la liste de toutes les tables sous le compte de stockage spécifié

UpdateWithHttpMessagesAsync(String, String, String, IList<TableSignedIdentifier>, Dictionary<String,List<String>>, CancellationToken)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

Méthodes d’extension

Create(ITableOperations, String, String, String, IList<TableSignedIdentifier>)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

CreateAsync(ITableOperations, String, String, String, IList<TableSignedIdentifier>, CancellationToken)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

Delete(ITableOperations, String, String, String)

Supprime la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

DeleteAsync(ITableOperations, String, String, String, CancellationToken)

Supprime la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

Get(ITableOperations, String, String, String)

Obtient la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

GetAsync(ITableOperations, String, String, String, CancellationToken)

Obtient la table avec le nom de table spécifié, sous le compte spécifié s’il existe.

List(ITableOperations, String, String)

Obtient la liste de toutes les tables sous le compte de stockage spécifié

ListAsync(ITableOperations, String, String, CancellationToken)

Obtient la liste de toutes les tables sous le compte de stockage spécifié

ListNext(ITableOperations, String)

Obtient la liste de toutes les tables sous le compte de stockage spécifié

ListNextAsync(ITableOperations, String, CancellationToken)

Obtient la liste de toutes les tables sous le compte de stockage spécifié

Update(ITableOperations, String, String, String, IList<TableSignedIdentifier>)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

UpdateAsync(ITableOperations, String, String, String, IList<TableSignedIdentifier>, CancellationToken)

Crée une table avec le nom de table spécifié, sous le compte spécifié.

S’applique à