[ROOT] / doc / toc / ARCCore / Class / Subscription / SyntaxHelp
'+*'                         Subscribe to everything in database.
'+dt/Customer/*'             Subscribe to all Customer properties.
'-dt/Customer/*/Photo/*'     Exclude from subscription photos of customers.
'+dt/Customer/*/FirstName/*' Subscribe to all occurrences of Customer.FirstName.
'+dt/Customer/*/LastName/*'  Subscribe to all occurrences of Customer.LastName.
'+dt/Customer/42/*'          Subscribe to all properties related to customer with id 42.
'+dt/Order/*'                Subscribe to all Order properties.
'+log/*'                     Subscribe to everything beginning with log .
'-log/API/*'                 Do not include properties beginning with 'log/API/ in subscription.
'-*'                         Stop existing subscription.
Generated 2025-10-31 13:48:23.001 UTC