OBJECT

SampledColumn

Description

Sampled column with classification information.

link GraphQL Schema definition

  • type SampledColumn {
  • # Represents the column name.
  • columnName: String!
  • # Represents the data type display name.
  • dataTypeDisplayName: String!
  • # Represents the data type ID detected in this column.
  • dataTypeId: String!
  • # Represents the list of classification previews for this column.
  • preview: [ClassificationPreview!]!
  • }