ENUM

DatabaseEntityType

Description

Represents the type of entity in the context of database workloads.

link GraphQL Schema definition

  • enum DatabaseEntityType {
  • # Database entity type.
  • DATABASE
  • # Schema entity type.
  • SCHEMA
  • # Table entity type.
  • TABLE
  • # Undefined entity.
  • UNDEFINED_ENTITY
  • }

link Require by