INPUT_OBJECT

FilesetDownloadSnapshotFilesFromArchivalLocationInput

Description

Input for Fileset Download Snapshot files from archival location.

link GraphQL Schema definition

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

link Require by