benchmarkResult Data Type

Namespace
(Default)
Schema
ns0.xsd
Subtypes
sysbenchCPUBenchmark
Properties
name data type type namespace min/max occurs description
cloudProvider string element 0/1 the cloudProvider
delta dateTime element 0/1 the delta
end dateTime element 0/1 the end
host string element 0/1 the host
start dateTime element 0/1 the start
Properties inherited from ownedObject
owner string element 0/1 The owner (username) for the particular object. This value is set when the DAO saves the object based on the principal how made the call

Example

<b----->
  <host>...</host>
  <cloudProvider>...</cloudProvider>
  <end>...</end>
  <start>...</start>
  <delta>...</delta>
  <owner>user1</owner>
</b----->