API reference
API reference
Select your platform
No SDKs available
No versions available

ConduitStatistics Class

Aggregates and persists Conduit statistics.

Properties

A randomly generated ID representing at telemetry report.
Number of successful generations since last reset.
Holds the frequency of method signatures. Key is signatures in the form: [ReturnTypeId]-[TypeId]:[FrequencyOfType],[TypeId]:[FrequencyOfType]. Value is the number of times this signature was encountered in the last extraction process.
Similar to SignatureFrequency but for incompatible methods.

Member Functions

ConduitStatistics
( IPersistenceLayer persistenceLayer )
Adds the supplied frequencies to the current collection.
Parameters
sourceFrequencies
The frequencies to add.
Adds the supplied incompatible method frequencies to the current collection.
Parameters
sourceFrequencies
The frequencies to add.
Persists the statistics to local storage.
Loads the statistics from local storage.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon