OBJECT
FilesetDetail
Description
Supported in v5.0+
link GraphQL Schema definition
- type FilesetDetail {
- # Supported in v5.0+
- : Long
- # Supported in v5.0+
- : Int
- # Supported in v5.0+
- # Action taken if script fails. Options are "abort", "continue".
- : String
- # Supported in v5.0+
- # Number of seconds after which the script is killed if it has not completed
- # execution.
- : Long
- : FilesetSummary
- : FilesetUpdate
- # Supported in v5.0+
- : Long
- # Supported in v5.0+
- # Script to run after backup of this Fileset ends.
- : String
- # Supported in v5.0+
- # Script to run before backup of this Fileset starts.
- : String
- # Supported in v5.0+
- : DateTime
- # Required. Supported in v5.0+
- : Int!
- # Supported in v5.0+
- : [FilesetSnapshotSummary!]!
- }