Class OrchestrationStateQuerySegment
- Namespace
- DurableTask.Core
- Assembly
- DurableTask.Core.dll
Partial query results for an orchestration state query
public class OrchestrationStateQuerySegment
- Inheritance
-
OrchestrationStateQuerySegment
- Inherited Members
Constructors
OrchestrationStateQuerySegment()
public OrchestrationStateQuerySegment()
Fields
ContinuationToken
The continuation token to obtain more results
public string ContinuationToken
Field Value
Results
The results for the partial query
public IEnumerable<OrchestrationState> Results