INPUT_OBJECT

FilesetDownloadSnapshotFilesInput

Description

Input for Fileset Download Snapshot files.

link GraphQL Schema definition

  • input FilesetDownloadSnapshotFilesInput {
  • # ID assigned to a fileset snapshot object.
  • id: String!
  • # The fid of the next fileset snapshot.
  • nextSnapshotFid: UUID
  • # Optional User note.
  • userNote: String
  • # Rubrik CDM is version 9.0.1 or later. Password for zip archive created.
  • zipPassword: String
  • # Configuration information for a job to download files and folders from a fileset
  • # backup.
  • config: FilesetDownloadFilesJobConfigInput!
  • # Filter for delta type.
  • deltaTypeFilter: [DeltaType!]
  • }

link Require by