AzureTableStoreStoreAsync Method
Stores (upsert/replaces) a collection of ITableEntity objects
in a Cosmos table
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
protected Task<Response<IReadOnlyList<Response>>> StoreAsync(
string tableName,
IEnumerable<ITableEntity> entities
)
- tableName String
- The table name
- entities IEnumerableITableEntity
- The collection of ITableEntity objects
TaskResponseIReadOnlyListResponse