View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - BlastPerformanceData
- Class
- VMware.Hv.BlastPerformanceData
- Property of
- DisplayProtocolPerformanceData
- See also
- BlastAudioStatistics, BlastCDRStatistics, BlastImagingStatistics, BlastSessionStatistics
- Since
- Horizon 7.2
Data Object Description
The BLAST protocol performance metrics.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
estimatedThroughput | xsd:long | Deprecated.
use #BlastSessionStatistics.bytesTransmitted
instead of this estimatedThroughput.
Estimated throughput of BLAST data that have been received since the
session started. The unit is kilobits.
|
estimatedFPS | xsd:long | Deprecated.
use #blastImagingStatistics.framesPerSecond instead
of this estimatedFPS.
Estimated number of frames per second.
|
estimatedRTT | xsd:long | Deprecated.
use #BlastSessionStatistics.roundTripTime instead
of this estimatedRTT.
Estimated round trip time in milliseconds between the server and the
client.
|
estimatedBandwidth | xsd:long | Deprecated.
use #BlastSessionStatistics.bandwidthUplink
instead of this estimatedRTT.
Estimated overall bandwidth averaged over the sampling period, in
kilobits per second.
|
blastSessionStatistics | BlastSessionStatistics |
The session statistics about Blast protocol.
Since Horizon 7.3
|
blastImagingStatistics | BlastImagingStatistics |
The image statistics about Blast protocol.
Since Horizon 7.3
|
blastAudioStatistics | BlastAudioStatistics |
The audio statistics about Blast protocol.
Since Horizon 7.3
|
blastCDRStatistics | BlastCDRStatistics |
The CDR statistics about Blast protocol.
Since Horizon 7.3
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |