BenchmarkResult Data Type

Properties
name data type description
cloudDeploymentDomain string
host string
delta string
start string
end string
vmType string
Properties inherited from OwnedObject
timestamp number
owner string
id string

Example

{
  "cloudDeploymentDomain" : "...",
  "host" : "...",
  "delta" : "...",
  "start" : "...",
  "end" : "...",
  "vmType" : "...",
  "timestamp" : 12345,
  "owner" : "user1",
  "id" : "58e3946e0fb4f562d84ba1ad"
}