Provides access to properties and methods needed to manage message rate statistics in workspace.
Members
Name | Description | |
---|---|---|
AllMessageRates | Indicates message rate for each TemporalFeatureClass under the workspace or workspace factory. | |
AllSampleSizes | Indicates sample size used for calculating message rate for each TemporalFeatureClass under the workspace or workspace factory. | |
AllTotalFeatureCounts | Indicates the total number of features logged for each TemporalFeatureClass under the workspace or workspace factory. | |
AllTrackCounts | Indicates track count for each TemporalFeatureClass under the workspace or workspace factory. | |
ConnectionStatus | Indicates the connection status of each workspace under the workspace factory | |
CurrentDiscardedMessageCounts | Indicates current number of messages discarded. | |
DiscardedMessageCounts | Indicates total number of messages discarded. | |
PulledMessageCounts | Indicates total number of messages pulled. | |
QueuedMessageCounts | Indicates total number of messages queued. | |
ReceivedMessageCounts | Indicates total number of messages received. | |
ResetAllFeatureCounts | Resets total feature count for each TemporalFeatureClass under the workspace or workspace factory. | |
ResetAllMessageRates | Resets message rate for each TemporalFeatureClass under the workspace or workspace factory. | |
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 |
---|