| StoreAsync(String, IEnumerableITableEntity, CancellationToken) | Stores (upsert/replaces) a collection of ITableEntity objects in a Cosmos table, delegating to StoreAllAsync(IEnumerableITableEntity, String, CancellationToken) for partition grouping and batch-size enforcement. |
| StoreAsync(String, String, String, CancellationToken) | Saves a key-value setting pair in persistent storage |