ENUM

HypervLiveMountSortByField

Description

Sort by parameters for Hyper-V Live mount results.

link GraphQL Schema definition

  • enum HypervLiveMountSortByField {
  • # Sort by Rubrik cluster name.
  • CLUSTER_NAME
  • # Sort by mount creation date.
  • CREATION_DATE
  • # Sort by mount name.
  • MOUNT_NAME
  • # Sort by field is not specified. Any filter text would
  • # not be considered.
  • UNSPECIFIED
  • }