class documentation

class NexusOperationExecutionCount: (source)

Constructor: NexusOperationExecutionCount._from_raw(resp)

View In Hierarchy

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_raw 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.

Groups if the query had a group-by clause, or empty if not.