INPUT_OBJECT

GetDataPreviewRequest

Description

Request to GetDataPreview.

link GraphQL Schema definition

  • input GetDataPreviewRequest {
  • # Represents the file path.
  • filePath: String
  • # The preview request type.
  • previewRequest: Preview_requestOneof
  • # Represents the snapshot ID.
  • snapshotFid: String
  • # Represents the Workload ID.
  • workloadFid: String
  • }

link Require by