The OperatorInfo type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
InputPortCount
Gets the number of input ports on this operator.
InputTuplesDequeuedDelta
Gets the number of input tuples consumed by this operator since the previous Snapshot. If this number is less than the number of tuples enqueued to the input stream, then tuples are being queued up faster than the operator can consume them.
InputTuplesDequeuedTotal
Gets the total number of input tuples consumed by this operator since the StreamBase Server was started. If this number is less than the number of tuples enqueued to the input stream, then tuples are being queued up faster than the operator can consume them.
InputTuplesEnqueuedDelta
Gets the number of tuples enqueued on this operator's input streams since the previous Snapshot.
InputTuplesEnqueuedTotal
Gets the total number of input tuples enqueued on this operator's input streams since the StreamBase Server was started.
Name
Gets the name of the operator.
OutputPortCount
Gets the number of output ports on this operator.
OutputTuplesEnqueuedDelta
Gets the number of output tuples produced by this operator since the previous Snapshot.
OutputTuplesEnqueuedTotal
Gets the total number of output tuples produced by this operator since the StreamBase Server was started.
ProfilerHits
Gets the number of miniticks used by the operator, as determined by profiler samples.
Size
Gets the size the operator.
Status
Gets the status of the operator. Most operators do not make use of status strings, in which case this will return an empty string.
TotalProcessedTuples
Gets the total number of tuples processed since the StreamBase Server was started.
TotalProfilerHits
Gets the number of miniticks used by all operators in the contained ProfileState.

See Also