data – path

Name Value Count
prefix 0/1 Name is relative to the import root.
name /[token] 1+ Comprised of a slash / optionally followed by one or more letters [a-zA-Z], digits [0-9] and punctuation [._+-], which must begin and end with a letter or digit.
wildcard *|** 0/1 Condition event paths may end with a group wildcard *, whilst trigger event paths may end with either a group * or recursive ** wildcard.

Examples

Absolute path

/examples/revenue/sales/download/store-a

Relative path

…/revenue/sales/download/store-a

Group wildcard

/examples/revenue/sales/download/*

Recursive wildcard

/examples/revenue/**

See also