
*Required properties:*

``store`` : ``<string>``
  Datastore name.

*Optional properties:*

``comment`` : ``<string>``
  Comment.
``ignore-verified`` : ``<boolean>   (default=true)``
  Do not verify backups that are already verified if their verification is not
  outdated.
``max-depth`` : ``<integer> (0 - 7)   (default=7)``
  How many levels of namespaces should be operated on (0 == no recursion)
``ns`` : ``<string>``
  Namespace.
``outdated-after`` : ``<integer> (0 - N)``
  Days after that a verification becomes outdated. (0 is deprecated)'
``read-threads`` : ``<integer> (1 - 32)   (default=1)``
  The number of threads to use for reading chunks in verify job.
``schedule`` : ``<calendar-event>``
  Run verify job at specified schedule.
``verify-threads`` : ``<integer> (1 - 32)   (default=4)``
  The number of threads to use for verifying chunks in verify job.

