Class: Temporalio::Client::WorkflowExecutionCount::AggregationGroup
- Inherits:
-
Object
- Object
- Temporalio::Client::WorkflowExecutionCount::AggregationGroup
- Defined in:
- lib/temporalio/client/workflow_execution_count.rb
Overview
Aggregation group if the workflow count query had a group-by clause.
Instance Attribute Summary collapse
-
#count ⇒ Integer
readonly
Approximate number of workflows matching the original query for this group.
-
#group_values ⇒ Array<Object>
readonly
Search attribute values for this group.
Instance Attribute Details
#count ⇒ Integer (readonly)
Returns Approximate number of workflows matching the original query for this group.
23 24 25 |
# File 'lib/temporalio/client/workflow_execution_count.rb', line 23 def count @count end |
#group_values ⇒ Array<Object> (readonly)
Returns Search attribute values for this group.
26 27 28 |
# File 'lib/temporalio/client/workflow_execution_count.rb', line 26 def group_values @group_values end |