ITemporalWorkspaceStatistics 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 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.

ITemporalWorkspaceStatistics.AllMessageRates Property

Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory.

Public ReadOnly Property AllMessageRates As IPropertySet
public IPropertySet AllMessageRates {get;}

ITemporalWorkspaceStatistics.AllSampleSizes Property

Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory.

Public ReadOnly Property AllSampleSizes As IPropertySet
public IPropertySet AllSampleSizes {get;}

ITemporalWorkspaceStatistics.AllTotalFeatureCounts Property

Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory.

Public ReadOnly Property AllTotalFeatureCounts As IPropertySet
public IPropertySet AllTotalFeatureCounts {get;}

ITemporalWorkspaceStatistics.AllTrackCounts Property

Indicates track count for each TemporalFeatureClass under the workspace or workspace factory.

Public ReadOnly Property AllTrackCounts As IPropertySet
public IPropertySet AllTrackCounts {get;}

ITemporalWorkspaceStatistics.ConnectionStatus Property

Indicates the connection status of each workspace under the workspace factory.

Public ReadOnly Property ConnectionStatus As IPropertySet
public IPropertySet ConnectionStatus {get;}

ITemporalWorkspaceStatistics.CurrentDiscardedMessageCounts Property

Indicates current number of messages discarded.

Public ReadOnly Property CurrentDiscardedMessageCounts As IPropertySet
public IPropertySet CurrentDiscardedMessageCounts {get;}

ITemporalWorkspaceStatistics.DiscardedMessageCounts Property

Indicates total number of messages discarded.

Public ReadOnly Property DiscardedMessageCounts As IPropertySet
public IPropertySet DiscardedMessageCounts {get;}

ITemporalWorkspaceStatistics.PulledMessageCounts Property

Indicates total number of messages pulled.

Public ReadOnly Property PulledMessageCounts As IPropertySet
public IPropertySet PulledMessageCounts {get;}

ITemporalWorkspaceStatistics.QueuedMessageCounts Property

Indicates total number of messages queued.

Public ReadOnly Property QueuedMessageCounts As IPropertySet
public IPropertySet QueuedMessageCounts {get;}

ITemporalWorkspaceStatistics.ReceivedMessageCounts Property

Indicates total number of messages received.

Public ReadOnly Property ReceivedMessageCounts As IPropertySet
public IPropertySet ReceivedMessageCounts {get;}

ITemporalWorkspaceStatistics.ResetAllFeatureCounts Method

Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory.

Public Sub ResetAllFeatureCounts ( _
)
public void ResetAllFeatureCounts (
);

ITemporalWorkspaceStatistics.ResetAllMessageRates Method

Resets message rate for each TemporalFeatureClass under the workspace or workspace factory.

Public Sub ResetAllMessageRates ( _
)
public void ResetAllMessageRates (
);

ITemporalWorkspaceStatistics.SetAllSampleSizes Method

Sets sample size for each TemporalFeatureClass under the workspace or workspace factory.

Public Sub SetAllSampleSizes ( _
    ByVal lSampleSize As Integer _
)
public void SetAllSampleSizes (
    int lSampleSize
);

Classes that implement ITemporalWorkspaceStatistics

Classes Description

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