storageUsage

Namespace: (default namespace)
XML Schema: ns0.xsd

Details of storage usage.

XML

Elements

name (type) min/max
occurs
description
identifier (string) 0/1 The identifier for this storage location.
freeSpace (string) 0/1 The amount of free space.
totalSpace (string) 0/1 The amount of total space.
usedSpace (string) 0/1 The amount of used space.
utilization (string) 0/1 The utilization of this storage location.
freeSpaceBytes (long) 0/1 The number of bytes of free space.
totalSpaceBytes (long) 0/1 The number of bytes of total space.
usedSpaceBytes (long) 0/1 The number of bytes of used space.

JSON

property type description
identifier identifier (string) The identifier for this storage location.
freeSpace freeSpace (string) The amount of free space.
totalSpace totalSpace (string) The amount of total space.
usedSpace usedSpace (string) The amount of used space.
utilization utilization (string) The utilization of this storage location.
freeSpaceBytes freeSpaceBytes (long) The number of bytes of free space.
totalSpaceBytes totalSpaceBytes (long) The number of bytes of total space.
usedSpaceBytes usedSpaceBytes (long) The number of bytes of used space.