Table of Contents

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

long

GroupValues

Gets the search attribute values for this group.

public IReadOnlyCollection<object> GroupValues { get; }

Property Value

IReadOnlyCollection<object>