ENUM

OracleLiveMountSortByField

Description

Sort by parameters for Oracle Live Mounts.

link GraphQL Schema definition

  • enum OracleLiveMountSortByField {
  • # Sort by the creation date of the Oracle Live Mount.
  • CREATION_DATE
  • # Sort by the name of the Oracle Live Mount.
  • NAME
  • # Sort by the source database name of the Oracle Live Mount.
  • SOURCE_DATABASE_NAME
  • # Sort by field is not specified. Any sort by text would
  • # not be considered.
  • UNSPECIFIED
  • }