OBJECT

WindowsVolumeInfo

Description

Information about a volume on the domain controller.

link GraphQL Schema definition

  • type WindowsVolumeInfo {
  • # File system type of the volume.
  • fileSystemType: String!
  • # List of mount points for the volume.
  • mountPoints: [String!]!
  • # Name of the volume.
  • name: String!
  • # Size of the volume in bytes.
  • size: Long!
  • }