Skip to content

Data Object - BlastPerformanceData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.helpdesk.Performance.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

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. 1 2
estimatedFPS xsd:long Deprecated.use #blastImagingStatistics.framesPerSecond instead of this estimatedFPS. Estimated number of frames per second. 1 2
estimatedRTT xsd:long Deprecated.use #BlastSessionStatistics.roundTripTime instead of this estimatedRTT. Estimated round trip time in milliseconds between the server and the client. 1 2
estimatedBandwidth xsd:long Deprecated.use #BlastSessionStatistics.bandwidthUplink instead of this estimatedRTT. Estimated overall bandwidth averaged over the sampling period, in kilobits per second. 1 2
blastSessionStatistics BlastSessionStatistics The session statistics about Blast protocol. Since Horizon 7.3 1 2
blastImagingStatistics BlastImagingStatistics The image statistics about Blast protocol. Since Horizon 7.3 1 2
blastAudioStatistics BlastAudioStatistics The audio statistics about Blast protocol. Since Horizon 7.3 1 2
blastCDRStatistics BlastCDRStatistics The CDR statistics about Blast protocol. Since Horizon 7.3 1 2

  1. This property need not be set. 

  2. This property cannot be updated.