class documentation
class NexusOperationExecutionCount: (source)
Constructor: NexusOperationExecutionCount._from_raw(resp)
Representation of a count from a count nexus operations call.
Warning
This API is experimental and unstable.
| Class Variable | count |
Approximate number of operations matching the original query. |
| Class Variable | groups |
Groups if the query had a group-by clause, or empty if not. |
| Static Method | _from |
Create from raw proto response. |
Approximate number of operations matching the original query.
If the query had a group-by clause, this is simply the sum of all the counts
in groups.
def _from_raw(resp:
temporalio.api.workflowservice.v1.CountNexusOperationExecutionsResponse) -> NexusOperationExecutionCount:
(source)
¶
Create from raw proto response.