An aggregated statistics of all the currently discovered ISpaceInstanceS.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface ISpaceStatistics
Public Interface ISpaceStatistics
public interface class ISpaceStatistics
public interface ISpaceStatistics
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
CleanCount |
Gets the aggregated CleanCount of the discovered spaces.
| |
CleanPerSecond |
Gets the aggregated CleanPerSecond of the discovered spaces.
| |
Count |
Gets the number of ISpaceInstanceStatistics that are being aggregated.
| |
ExecuteCount |
Gets the aggregated ExecuteCount of the discovered spaces.
| |
ExecutePerSecond |
Gets the aggregated ExecutePerSecond of the discovered spaces.
| |
NA |
Gets whether the space statistics are available.
| |
NotifyAckCount |
Gets the aggregated NotifyAckCount of the discovered spaces.
| |
NotifyAckPerSecond |
Gets the aggregated NotifyAckPerSecond of the discovered spaces.
| |
NotifyRegistrationCount |
Gets the aggregated NotifyRegistrationCount of the discovered spaces.
| |
NotifyRegistrationPerSecond |
Gets the aggregated NotifyRegistrationPerSecond of the discovered spaces.
| |
NotifyTriggerCount |
Gets the aggregated NotifyTriggerCount of the discovered spaces.
| |
NotifyTriggerPerSecond |
Gets the aggregated NotifyTriggerPerSecond of the discovered spaces.
| |
Previous |
Gets the previous space statistics.
the value is null if there are no space statistics available.
| |
ReadCount |
Gets the aggregated ReadCount of the discovered spaces.
| |
ReadPerSecond |
Gets the aggregated ReadPerSecond of the discovered spaces.
| |
RemoveCount |
Gets the aggregated RemoveCount of the discovered spaces.
| |
RemovePerSecond |
Gets the aggregated ReadPerSecond of the discovered spaces.
| |
TakeCount |
Gets the aggregated TakeCount of the discovered spaces.
| |
TakePerSecond |
Gets the aggregated TakePerSecond of the discovered spaces.
| |
Timestamp |
Gets the timestamp of the taken space statistics.
| |
UpdateCount |
Gets the aggregated UpdateCount of the discovered spaces.
| |
UpdatePerSecond |
Gets the aggregated ReadPerSecond of the discovered spaces.
| |
WriteCount |
Gets the aggregated WriteCount of the discovered spaces.
| |
WritePerSecond |
Gets the aggregated WritePerSecond of the discovered spaces.
|