Returns the total number of tuples on the stream since the stream was created.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public long GetNumTuples()
Public Function GetNumTuples As Long
public:
long long GetNumTuples()

Return Value

the total number of tuples on the stream since the stream was created.

See Also