AzureTableStoreStoreAsync Method
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.3.9666.0
protected Task<Response<IReadOnlyList<Response>>> StoreAsync(
string tableName,
IEnumerable<ITableEntity> entities,
CancellationToken cancellationToken = default
)
- tableName String
- The table name
- entities IEnumerableITableEntity
- The collection of ITableEntity objects
- cancellationToken CancellationToken (Optional)
- A CancellationToken
controlling the request lifetime.
TaskResponseIReadOnlyListResponseResponse containing a
IReadOnlyListT of Response.
Each sub-response corresponds to one stored entity.