OBJECT

Exclude

Description

A path or pattern defining the data excluded from NAS Cloud Direct objects.

link GraphQL Schema definition

  • type Exclude {
  • # Excludes paths relative to the root of the user issuing the excluding task. Does
  • # not distinguish between files and directories.
  • path: String!
  • # Pattern excludes paths relative to the root using glob patterns. Directories are
  • # indicated with a trailing '/'.
  • pattern: String!
  • }