DiagnosticViewProperty Enumeration

 

Represents the enumeration of all diagnostic view properties.

Namespace:   Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public enum DiagnosticViewProperty
public enum class DiagnosticViewProperty
type DiagnosticViewProperty
Public Enumeration DiagnosticViewProperty

Members

Member name Description
AdapterFirstCtiTimestamp

The timestamp of the first CTI (in application time) produced or consumed by the adapter (DateTime).

AdapterMaxSuspendCountAcrossWorkers

The maximum number of times an instance of the adapter was suspended.

AdapterMaxTimeInNonSuspendedStateAcrossWorkers

The minimum time that an instance of the adapter was in a non-suspended state (TimeSpan).

AdapterMaxTimeInSuspendedStateAcrossWorkers

The maximum time that an instance of the adapter was in the suspended state (TimeSpan).

AdapterMinSuspendCountAcrossWorkers

The minimum number of times that an instance of the adapter has been suspended (Int64).

AdapterMinTimeInNonSuspendedStateAcrossWorkers

The minimum time that an instance of the adapter was in a non-suspended state (TimeSpan).

AdapterMinTimeInSuspendedStateAcrossWorkers

The minimum time that an instance of the adapter was in the suspended state (TimeSpan).

AdapterNumberOfRunningWorkers

The number of instances of the adapter in the Running state (Int32).

AdapterNumberOfStoppedWorkers

The number of instances of the adapter in the Stopped state (Int32).

AdapterNumberOfSuspendedWorkers

The number of instances of the adapter in the Suspended state (Int32).

AdapterState

Obsolete.The current state of the adapter (String).

AdapterStateTransitionHistory

The XML representation of the last few adapter state transitions (String).

AdapterTotalSuspendCount

The total number of times the adapter was suspended (Int64).

AdapterTotalTimeInNonSuspendedState

The total time the adapter was in a non-suspended state (TimeSpan).

AdapterTotalTimeInSuspendedState

The total time the adapter was in suspended state (TimeSpan).

AllEventsCount

The number of all events allocated in the server instance (Int64).

AllEventsMemory

The total amount of memory used by all events on the server instance (bytes).

AllQueriesCount

The number of all queries instantiated on the server (Int64).

AllQueriesOperatorCount

The number of all operators instantiated on the server (Int64).

AllQueriesStreamCount

The number of all streams instantiated on the server (Int64).

BranchGroupingFields

Obsolete.The XML representation of the values of the grouping fields for the branch (String).

BranchParentOperatorId

Obsolete.The ID of the Group operator for the branch.

InputAdapterLastCheckpointHighWaterMark

The high-water mark of application time used for the last checkpoint of this stream. This uniquely identifies a point in the input stream, and the stream should replay all events after this point during recovery (DateTime).

OperatorEventCountSinceLastCti

The number of events produced by the operator since the last CTI (Int64).

OperatorEventMemory

The amount of memory used by the events in the operator’s indexes (bytes).

OperatorEventType

The XML representation of the type of the events produced by the operator (String).

OperatorGroupIdField

The name of the group ID field for a Group and Apply operator (String).

OperatorId

The identifier for an operator (Int64).

OperatorIndexEventCount

The total number of events in the operator’s indexes (Int64).

OperatorIndexMemory

The amount of memory used by the indexes in the operator (bytes).

OperatorKind

The type of operator (String).

OperatorLastOutputCtiTimestamp

The timestamp of the last CTI (in application time) produced by the operator (DateTime).

OperatorMaxCpuUsageAcrossWorkers

The maximum CPU time usage across the workers of the operator (milliseconds).

OperatorMaxEventAdjustedCount

The maximum number of events adjusted across the workers of the operator (Int64).

OperatorMaxEventDroppedCount

The maximum number of events dropped across the workers of the operator (Int64).

OperatorMaxEventMemoryAcrossWorkers

The maximum amount of memory used by the events in the indexes across all workers of an operator (bytes).

OperatorMaxIndexEventCountAcrossWorkers

The maximum number of events in the indexes across all the workers of the operator (Int64).

OperatorMaxIndexMemoryAcrossWorkers

The maximum amount of memory used by the indexes across all workers of an operator (bytes).

OperatorMaxInputEventCountAcrossWorkers

The maximum number of input events processed across all the workers for an operator (Int64).

OperatorMaxOutputCtiCountAcrossWorkers

The maximum number of CTI events produced across all the workers for an operator (Int64).

OperatorMaxOutputEventCountAcrossWorkers

The maximum number of output events generated across all the workers for an operator (Int64).

OperatorMinCpuUsageAcrossWorkers

The minimum CPU time usage across the workers of the operator (milliseconds).

OperatorMinEventAdjustedCount

The minimum number of events adjusted across the workers of the operator (Int64).

OperatorMinEventDroppedCount

The minimum number of events dropped across the workers of the operator (Int64).

OperatorMinEventMemoryAcrossWorkers

The minimum amount of memory used by the events in the indexes across all workers of an operator (bytes).

OperatorMinIndexEventCountAcrossWorkers

The minimum number of events in the indexes across the workers of the operator (Int64).

OperatorMinIndexMemoryAcrossWorkers

The minimum amount of memory used by the indexes across all workers of an operator (bytes).

OperatorMinInputEventCountAcrossWorkers

The minimum number of input events processed across all the workers for an operator (Int64).

OperatorMinOutputCtiCountAcrossWorkers

The minimum number of CTI events produced across all the workers for an operator (Int64).

OperatorMinOutputEventCountAcrossWorkers

The minimum number of output events generated across all the workers for an operator (Int64).

OperatorNumberOfWorkers

The number of computational units that are executing the operator (Int32).

OperatorQueryId

The identifier of the query for the operator (Int64).

OperatorSchedulerId

Obsolete.The ID of the scheduler for the operator.

OperatorSystemInstance

Obsolete.A Boolean value indicating whether the operator is a system operator.

OperatorTotalCpuUsage

The total CPU usage of the operator in milliseconds (Int64).

OperatorTotalEventAdjustedCount

The total number of events adjusted by all workers of the operator (Int64).

OperatorTotalEventDroppedCount

The total number of events dropped by all workers of the operator (Int64).

OperatorTotalInputEventCount

The total number of input events for the operator (Int64).

OperatorTotalOutputCtiCount

The total number of CTI events produced by the operator (Int64).

OperatorTotalOutputEventCount

The total number of output events for the operator (Int64).

OperatorTotalScheduledCount

The total number of times the operator was scheduled (Int64).

OutputAdapterLastCheckpointEventOffset

The number of events since the application time high-water mark specifying the place in the output stream where the last checkpoint was taken (Int32).

OutputAdapterLastCheckpointHighWaterMark

The application time high-water mark of the output stream for the last checkpoint taken by the query (DateTime).

PublishedStreamConsumerCount

The number of queries consuming events from the published stream (Int32).

PublishedStreamEventCount

The number of events in the published stream (Int64).

PublishedStreamEventShape

The event shape of the events in the published stream (String).

PublishedStreamEventType

The XML representation of the event type of the events in the published stream (String).

PublishedStreamId

The ID of the published stream (Int64).

PublishedStreamProducerCount

The number of queries consuming events from the published stream (String32).

PublishedStreamTotalEventCount

The total number of events produced events in the published stream (Int64).

QueryCreationTime

The time when the query instance was created (DateTime).

QueryEndTime

The end time of the query (DateTime).

QueryException

The last exception that occurred in the query (String).

QueryId

The ID of the query (Int64).

QueryInstanceGroupId

The instance group ID of the query (Int64).

QueryIsResilient

A Boolean value that specifies whether the query is configured for resiliency (regardless of the server state).

QueryLastCheckpointBeginTime

The time when the last checkpoint of the query began. This will not be present if a checkpoint has never been taken, if the query is stopped, or if the query is aborted (DateTime).

QueryLastCheckpointEndTime

The time when the last checkpoint of the query completed. This will not be present if a checkpoint has never been taken, if the query is stopped, of if the query is aborted (DateTime).

QueryLastCheckpointSize

The size in bytes of the last checkpoint of the query. This will not be present if a checkpoint has never been taken (Int64).

QueryLastConsumedEventTimestamp

The system time of the last consumed event for the query (DateTime).

QueryLastIncomingEventTimestamp

The system time of the last incoming event for the query (DateTime).

QueryLastOutgoingEventTimestamp

The system time of the last outgoing event for the query (DateTime).

QueryLastProducedCtiTimestamp

The timestamp (in application time) of the last CTI produced by the query (DateTime).

QueryLastProducedEventTimestamp

The system time of the last produced event for the query (DateTime).

QueryStartTime

The start time of the query (DateTime).

QueryState

The current state of the query (String).

QuerySystemInstance

Obsolete.A Boolean value indicating whether the query is a system query.

QueryTotalConsumedEventCount

The total number of events consumed by the query (Int64).

QueryTotalConsumedEventLatency

The total latency of all events consumed by the query (milliseconds).

QueryTotalIncomingEventCount

The total number of incoming events for the query (Int64).

QueryTotalOutgoingEventCount

The total number of outgoing events for the query (Int64).

QueryTotalOutgoingEventLatency

The total latency of all outgoing events for the query (milliseconds).

QueryTotalProducedEventCount

The total number of events produced by the query (Int64).

QueryTotalProducedEventLatency

The total latency of all events produced by the query (milliseconds).

SchedulerActiveTaskCount

Obsolete.The number of active tasks on the scheduler.

SchedulerAsyncRunningTaskCount

Obsolete.The number of running asynchronous tasks on the scheduler.

SchedulerCommandQueueLength

Obsolete.The length of the scheduler command queue.

SchedulerCurrentTaskId

Obsolete.The ID of the currently running task on the scheduler.

SchedulerDormantTaskCount

Obsolete.The number of dormant tasks on the scheduler.

SchedulerId

Obsolete.The ID of the scheduler.

SchedulerLastErrorTaskId

Obsolete.The ID of the last task that hit an error on the scheduler.

SchedulerLastTaskError

Obsolete.The last task error on this scheduler (String).

SchedulerState

Obsolete.The current state of the scheduler (String).

SchedulerStateTransitionHistory

Obsolete.The XML representation of the last few scheduler state transitions (String).

SchedulerTaskCount

Obsolete.The number of tasks on the scheduler.

SchedulerTotalBusyTime

Obsolete.The total busy time of the scheduler (milliseconds).

SchedulerTotalContextSwitchCount

Obsolete.The total number of context switches for the scheduler.

SchedulerTotalContextSwitchTime

Obsolete.The total context switch time of the scheduler (milliseconds).

SchedulerTotalIdleTime

Obsolete.The total idle time of the scheduler (milliseconds).

SchedulerTotalTaskErrorCount

Obsolete.The total number of task errors on the scheduler.

ServerCheckpointMemory

The amount of memory taken up for checkpointing.

ServerLastRecoveryBeginTime

The time the server began its last recovery process (DateTime).

ServerLastRecoveryEndTime

The time the server completed its last recovery process (DateTime).

ServerVersion

The assembly version of the server (String).

StreamEventCount

The number of events in the stream (Int64).

StreamId

The ID of the stream (Int64).

StreamMaxEventCountAcrossWorkers

The maximum number of events in all instances of the stream (Int64).

StreamMaxInputEventCountAcrossWorkers

The maximum number of input events across the instances of the stream (Int64).

StreamMaxMemoryIncludingEventsAcrossWorkers

The maximum amount of memory used across the instances of the stream (bytes).

StreamMemoryIncludingEvents

The amount of memory used by the stream and all events in it (bytes).

StreamMinEventCountAcrossWorkers

The minimum number of events in all instances of the stream (Int64).

StreamMinInputEventCountAcrossWorkers

The minimum number of input events across the instances of the stream (Int64).

StreamMinMemoryIncludingEventsAcrossWorkers

The minimum amount of memory used across the instances of the stream (bytes).

StreamNumberOfWorkers

The number of instances of this stream (int32).

StreamQueryId

The ID of the source operator for the stream (Int64).

StreamSourceOperatorId

The ID of the source operator for the stream (Int64).

StreamSystemInstance

A value indicating whether the stream is a system stream (Boolean).

StreamTargetOperatorId

The ID of the target operator for the stream (Int64).

StreamTotalInputEventCount

The total number of input events for the stream (Int64).

See Also

Microsoft.ComplexEventProcessing Namespace

Return to top