This document is archived and information here might be outdated.  Recommended version.


ITemporalWorkspaceStatistics Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITemporalWorkspaceStatistics Interface
ArcGIS Developer Help

ITemporalWorkspaceStatistics Interface

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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.

Classes that implement ITemporalWorkspaceStatistics

Classes Description
AMSWorkspace (esriTrackingAnalyst) Controls the Tracking Server workspace COM object's properties.
AMSWorkspaceFactory (esriTrackingAnalyst) Controls functionality for the tracking workspace factory.

.NET Samples

Temporal statistics Temporal statistics