INPUT_OBJECT
FilesetRecoverFilesInput
Description
Input for Fileset recover files.
link GraphQL Schema definition
- input FilesetRecoverFilesInput {
- # Corresponds to snapshot forever UUID in Rubrik tables.
- UUID! :
- # The fid of the next fileset snapshot.
- UUID :
- # List of restore path pairs.
- OldRestorePathPairInput!]! : [
- # Filter for delta type.
- DeltaType!] : [
- # Configuration for job to restore one or more files or folders from a fileset
- # backup.
- FilesetRestoreFilesJobConfigInput! :
- # Share type of fileset.
- ShareTypeEnum! :
- # OS Type of the Fileset Host.
- GuestOsType! :
- }