INPUT_OBJECT
FilesetExportSnapshotFilesInput
Description
Input for Fileset export snapshot files.
link GraphQL Schema definition
- input FilesetExportSnapshotFilesInput {
- # The configuration of a job that exports one or more files or folders from a
- # fileset backup.
- : FilesetExportFilesJobConfigInput!
- # Filter for delta type.
- : [DeltaType!]
- # Corresponds to snapshot forever UUID in Rubrik tables.
- : String!
- # The fid of the next fileset snapshot.
- : UUID
- # OS Type of the Fileset Host.
- : GuestOsType!
- # Share type of fileset.
- : ShareTypeEnum!
- }