Summary
execute query as an asynchronous operation.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Microsoft
.Azure .Cosmos .Table - Containing Type
- Azure
Storage Extensions
Syntax
public static IAsyncEnumerable<DynamicTableEntity> ExecuteQueryAsync(this CloudTable table, TableQuery query, TableRequestOptions requestOptions, OperationContext operationContext)
Parameters
Name | Type | Description |
---|---|---|
table | CloudTable | The table. |
query | TableQuery | The query. |
requestOptions | TableRequestOptions | |
operationContext | OperationContext |
Return Value
Type | Description |
---|---|
IAsyncEnumerable |
Task{IEnumerable{T}}. |