Summary
Observes the query.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Microsoft
.Azure .Cosmos .Table - Containing Type
- Azure
Storage Extensions
Syntax
public static IObservable<DynamicTableEntity> ObserveQuery(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 |
|---|---|
| IObservable |
IObservable{DynamicTableEntity}. |
