Showing:

Annotations
Diagrams
Facets
Properties
Used by
Element RaiseErrorIfResultSetIs
Annotations
References Notes

This parameter has only an effect if the YADE Client is operated with JobScheduler.

This parameter specified a comparison operator. With this parameter YADE can be caused to raise an error if the number of files that are subject to a file transfer operation does not correspond to the expected number of files.

Use of this parameter requires

  • the number of expected files to be specified with the ExpectedSizeOfResultSet parameter

At run-time the specified value is compared to the effective number of files. In case of a missing match an error is raised.

Possible values of this parameter are:

  • for equal
    • =
    • ==
    • eq
    • equal
  • for not equal
    • !=
    • <>
    • ne
    • not equal
  • for less than
    • <
    • lt
    • less than
  • for less or equal
    • <=
    • le
    • less or equal
  • for greater or equal
    • >=
    • ge
    • greater or equal
  • for greater than
    • >
    • gt
    • greater than

Example:

  • Assuming that the parameter RaiseErrorIfResultSetIs is set "=" and the parameter ExpectedSizeOfResultSet is set to the value "1".
  • If the number of files does not match "1" then an error will raised.

Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
minLength 1
Used by