ITemporalWorkspaceStatistics2 Interface

Provides access to properties and methods needed to manage message rate statistics in workspace.

Members

Name Description
Read-only property AllMessageRates Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.
Read-only property AllSampleSizes Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.
Read-only property AllTotalFeatureCounts Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.
Read-only property AllTrackCounts Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.
Read-only property ConnectionStatus Indicates the connection status of each workspace under the workspace factory
Read-only property ConnectionTime The time the connection was established.
Read-only property CurrentDiscardedMessageCounts Indicates current number of messages discarded.
Read-only property DiscardedMessageCounts Indicates total number of messages discarded.
Read-only property PulledMessageCounts Indicates total number of messages pulled.
Read-only property QueuedMessageCounts Indicates total number of messages queued.
Read-only property ReceivedMessageCounts Indicates total number of messages received.
Method ResetAllFeatureCounts Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.
Method ResetAllMessageRates Resets message rate for each TemporalFeatureClass under the workspace or workspace factory.
Method SetAllSampleSizes Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.
Read-only property Subscribed Indicates whether a service is currently subscribed to.
Read-only property SubscriptionTime The time the subscription to the service was established.

ITemporalWorkspaceStatistics2.ConnectionTime Property

The time the connection was established.

Public ReadOnly Property ConnectionTime As ITime
public ITime ConnectionTime {get;}

ITemporalWorkspaceStatistics2.Subscribed Property

Indicates whether a service is currently subscribed to.

Public Function get_Subscribed ( _
    ByVal serviceName As String _
) As Boolean
public bool get_Subscribed (
    string serviceName
);

ITemporalWorkspaceStatistics2.SubscriptionTime Property

The time the subscription to the service was established.

Public Function get_SubscriptionTime ( _
    ByVal serviceName As String _
) As ITime
public ITime get_SubscriptionTime (
    string serviceName
);

Inherited Interfaces

Interfaces Description
ITemporalWorkspaceStatistics Provides access to properties and methods needed to manage message rate statistics in workspace.

Classes that implement ITemporalWorkspaceStatistics2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.