MemoryInfo

MemoryInfo
MemoryInfo

Represents a memory metric with used and total for a resource

JSON Example
{
    "used": {
        "value": "number",
        "unit": "string"
    },
    "total": {
        "value": "number",
        "unit": "string"
    }
}
used
Optional

Represents a single metric representing digital data

total
Optional

Represents a single metric representing digital data

Property Of