OBJECT

ManagedVolumeExportChannelStats

Description

Stats of the Managed Volume Export Channel.

link GraphQL Schema definition

  • type ManagedVolumeExportChannelStats {
  • # Used size in bytes.
  • usedSize: Long!
  • # Total size in bytes.
  • totalSize: Long!
  • }