Class WorkflowExecutionCount.AggregationGroup
- Namespace
- Temporalio.Client
- Assembly
- Temporalio.dll
Aggregation group if the workflow count query had a group-by clause.
public class WorkflowExecutionCount.AggregationGroup
- Inheritance
-
WorkflowExecutionCount.AggregationGroup
- Inherited Members
Properties
Count
Gets the approximate number of workflows matching the original query for this group.
public long Count { get; }
Property Value
GroupValues
Gets the search attribute values for this group.
public IReadOnlyCollection<object> GroupValues { get; }