INPUT_OBJECT

CloudFile_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input CloudFile_Filter {
  • # True if the database has an active data quality warning
  • hasActiveWarning: Boolean
  • # True if the database has an active data quality warning
  • hasActiveWarningWithin: [Boolean]
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # True if this database contains an active data quality certification
  • isCertified: Boolean
  • # True if this database contains an active data quality certification
  • isCertifiedWithin: [Boolean]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [String]
  • # True if this file is embedded in Tableau content, e.g., a packaged workbook
  • isEmbedded: Boolean
  • # True if this file is embedded in Tableau content, e.g., a packaged workbook
  • isEmbeddedWithin: [Boolean]
  • # Unique identifier used by the Metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the Metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • # The name of the project in which the database is visible. Will be empty if the
  • # database is not in a project.
  • projectName: String
  • # The name of the project in which the database is visible. Will be empty if the
  • # database is not in a project.
  • projectNameWithin: [String]
  • # Connection type shortname
  • connectionType: String
  • # Connection type shortname
  • connectionTypeWithin: [String]
  • # Filter the output based on text query.
  • text: String
  • }