Table of Contents

Class NexusOperationExecutionCount.AggregationGroup

Namespace
Temporalio.Client
Assembly
Temporalio.dll

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

public class NexusOperationExecutionCount.AggregationGroup
Inheritance
NexusOperationExecutionCount.AggregationGroup
Inherited Members

Remarks

WARNING: Standalone Nexus operations are experimental.

Constructors

AggregationGroup(AggregationGroup)

Initializes a new instance of the NexusOperationExecutionCount.AggregationGroup class.

protected AggregationGroup(CountNexusOperationExecutionsResponse.Types.AggregationGroup raw)

Parameters

raw CountNexusOperationExecutionsResponse.Types.AggregationGroup

Raw proto.

Remarks

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

Properties

Count

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