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.
- : [SampledColumn!]!
- # Represents the directory path of the file.
- : String!
- # Represents the complete file path.
- : String!
- # Represents the file name.
- : String!
- # Represents the Workload ID.
- : String!
- }