Vstats.CounterMetadata.SampleType
Vstats.CounterMetadata.SampleType
Type of the sampled data.
Possible values:
RAW
: Raw samples. The value unprocessed as-is sampled.ABSOLUTE
: Absolute value samples. Represents an actual value of the counter.FRACTION
: Fraction samples. Implies range from 0.00 to 1.00.RATE
: Rate samples. Represents a value that has been normalized over the time period.DELTA
: Delta samples. Represents an amount of change for the counter between the current time-stamp and the last time-stamp when the counter was sampled.LOGN
: Log(n) samples. A natural logarithm of the value.
Warning: this enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
This data structure has no properties.
Enumeration:
RAW,
ABSOLUTE,
FRACTION,
RATE,
DELTA,
LOGN,