INPUT_OBJECT

FilesetExportSnapshotFilesInput

Description

Input for Fileset export snapshot files.

link GraphQL Schema definition

  • input FilesetExportSnapshotFilesInput {
  • # Corresponds to snapshot forever UUID in Rubrik tables.
  • id: String!
  • # The fid of the next fileset snapshot.
  • nextSnapshotFid: UUID
  • # Filter for delta type.
  • deltaTypeFilter: [DeltaType!]
  • # The configuration of a job that exports one or more files or folders from a
  • # fileset backup.
  • config: FilesetExportFilesJobConfigInput!
  • # Share type of fileset.
  • shareType: ShareTypeEnum!
  • # OS Type of the Fileset Host.
  • osType: GuestOsType!
  • }

link Require by