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
estimatedThroughputxsd:longDeprecated. use #BlastSessionStatistics.bytesTransmitted instead of this estimatedThroughput.

Estimated throughput of BLAST data that have been received since the session started. The unit is kilobits.
  • This property need not be set.
  • This property cannot be updated.
estimatedFPSxsd:longDeprecated. use #blastImagingStatistics.framesPerSecond instead of this estimatedFPS.

Estimated number of frames per second.
  • This property need not be set.
  • This property cannot be updated.
estimatedRTTxsd:longDeprecated. use #BlastSessionStatistics.roundTripTime instead of this estimatedRTT.

Estimated round trip time in milliseconds between the server and the client.
  • This property need not be set.
  • This property cannot be updated.
estimatedBandwidthxsd:longDeprecated. use #BlastSessionStatistics.bandwidthUplink instead of this estimatedRTT.

Estimated overall bandwidth averaged over the sampling period, in kilobits per second.
  • This property need not be set.
  • This property cannot be updated.
blastSessionStatisticsBlastSessionStatistics

The session statistics about Blast protocol.

Since Horizon 7.3
  • This property need not be set.
  • This property cannot be updated.
blastImagingStatisticsBlastImagingStatistics

The image statistics about Blast protocol.

Since Horizon 7.3
  • This property need not be set.
  • This property cannot be updated.
blastAudioStatisticsBlastAudioStatistics

The audio statistics about Blast protocol.

Since Horizon 7.3
  • This property need not be set.
  • This property cannot be updated.
blastCDRStatisticsBlastCDRStatistics

The CDR statistics about Blast protocol.

Since Horizon 7.3
  • This property need not be set.
  • This property cannot be updated.