Click or drag to resize

AzureTableStoreStore Method

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

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

Parameters

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

Return Value

TaskResponseIReadOnlyListResponse
See Also