IExperienceMetric

From Virtual World Web Wiki
Jump to: navigation, search

Information about a specific experience metric associated with an IConnectionIdentity

Remarks [edit]

Properties

float Avg {get;}
The average value seen in the set of 10 samples
float Current {get;}
The value of the most recent sample
string Identifier {get;}
The translatable identifer of the metric
float Max {get;}
The value of the highset sample seen in the set of 10 samples
int MetricID {get;}
The ID of the metric. As sent by the client
float Min {get;}
The value of the lowest sample seen in the set of 10 samples
bool Valid {get;}
True if there are at least 3 samples available to calculate aggregates from