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
rawCountNexusOperationExecutionsResponse.Types.AggregationGroupRaw 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
GroupValues
Gets the search attribute values for this group.
public IReadOnlyCollection<object> GroupValues { get; }