Get the total number of transactions in the graph. This is available even for oversized graphs.

Synopsis

Declared in <txgraph.h>

virtual
GraphIndex
GetTransactionCount(Level level) noexcept = 0;

Return Value

The number of transactions in the selected graph.

Parameters

Name

Description

level

Which graph (main or staging) to query.

Created with MrDocs