OBJECT

ManagedVolumeSnapshotStats

Description

Stats related to managed volume snapshot.

link GraphQL Schema definition

  • type ManagedVolumeSnapshotStats {
  • # The number of used inodes.
  • usedInodes: Long
  • # Total number of inodes.
  • totalInodes: Long
  • # The amount of logical space used.
  • logicalBytes: Long!
  • # The amount of physical space used.
  • physicalBytes: Long!
  • }