AzureTableStoreStoreAsync Method

Stores (upsert/replaces) a collection of ITableEntity objects in a Cosmos table

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
protected Task<Response<IReadOnlyList<Response>>> StoreAsync(
	string tableName,
	IEnumerable<ITableEntity> entities
)

Parameters

tableName  String
The table name
entities  IEnumerableITableEntity
The collection of ITableEntity objects

Return Value

TaskResponseIReadOnlyListResponse

See Also