Table of Contents

Class ActivityExecutionCount.AggregationGroup

Namespace
Temporalio.Client
Assembly
Temporalio.dll

Aggregation group if the activity count query had a group-by clause.

public class ActivityExecutionCount.AggregationGroup
Inheritance
ActivityExecutionCount.AggregationGroup
Inherited Members

Remarks

WARNING: Standalone activities are experimental.

Constructors

AggregationGroup(AggregationGroup)

Initializes a new instance of the ActivityExecutionCount.AggregationGroup class.

protected AggregationGroup(CountActivityExecutionsResponse.Types.AggregationGroup raw)

Parameters

raw CountActivityExecutionsResponse.Types.AggregationGroup

Raw proto.

Remarks

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

Properties

Count

Gets the approximate number of activities 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>