OBJECT

FilesetDetail

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FilesetDetail {
  • # Supported in v5.0+
  • archiveStorage: Long
  • # Supported in v5.0+
  • archivedSnapshotCount: Int
  • # Supported in v5.0+
  • # Action taken if script fails. Options are "abort", "continue".
  • backupScriptErrorHandling: String
  • # Supported in v5.0+
  • # Number of seconds after which the script is killed if it has not completed
  • # execution.
  • backupScriptTimeout: Long
  • # Supported in v5.0+
  • localStorage: Long
  • # Supported in v5.0+
  • # Script to run after backup of this Fileset ends.
  • postBackupScript: String
  • # Supported in v5.0+
  • # Script to run before backup of this Fileset starts.
  • preBackupScript: String
  • # Supported in v5.0+
  • protectionDate: DateTime
  • # Required. Supported in v5.0+
  • snapshotCount: Int!
  • # Supported in v5.0+
  • snapshots: [FilesetSnapshotSummary!]!
  • filesetSummary: FilesetSummary
  • filesetUpdate: FilesetUpdate
  • }