OBJECT

SampleOutput

Description

Sample output for a data preview request.

link GraphQL Schema definition

  • type SampleOutput {
  • # Represents the list of sampled columns from the file.
  • columns: [SampledColumn!]!
  • # Represents the directory path of the file.
  • directoryPath: String!
  • # Represents the complete file path.
  • fileFullPath: String!
  • # Represents the file name.
  • fileName: String!
  • # Represents the Workload ID.
  • workloadFid: String!
  • }