Gets the total number of output tuples produced by this operator since the StreamBase Server was started.

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 int OutputTuplesEnqueuedTotal { get; internal set; }
Public Property OutputTuplesEnqueuedTotal As Integer
	Get
	Friend Set
public:
property int OutputTuplesEnqueuedTotal {
	int get ();
	internal: void set (int value);
}

See Also