ENUM

PublishedDatasourceOrderField

Enum for fields that can be used for sorting

link GraphQL Schema definition

  • enum PublishedDatasourceOrderField {
  • # Sort by downstreamOwners count
  • DOWNSTREAM_OWNERS_COUNT
  • # Sort by downstreamSheets count
  • DOWNSTREAM_SHEETS_COUNT
  • # Sort by downstreamWorkbooks count
  • DOWNSTREAM_WORKBOOKS_COUNT
  • # Sort by fields count
  • FIELDS_COUNT
  • # Sort by owner count
  • OWNER_COUNT
  • # Sort by containerName
  • CONTAINER_NAME
  • # Sort by containsUnsupportedCustomSql
  • CONTAINS_UNSUPPORTED_CUSTOM_SQL
  • # Sort by hasActiveWarning
  • HAS_ACTIVE_WARNING
  • # Sort by id
  • ID
  • # Sort by isCertified
  • IS_CERTIFIED
  • # Sort by luid
  • LUID
  • # Sort by name
  • NAME
  • # Sort by projectName
  • PROJECT_NAME
  • # Sort by vizportalUrlId
  • VIZPORTAL_URL_ID
  • }