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

Constructors

AggregationGroup(AggregationGroup)

Initializes a new instance of the WorkflowExecutionCount.AggregationGroup class.

protected AggregationGroup(CountWorkflowExecutionsResponse.Types.AggregationGroup raw)

Parameters

raw CountWorkflowExecutionsResponse.Types.AggregationGroup

Raw proto.

Remarks

WARNING: This constructor may be mutated in backwards incompatible ways.

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>