WaitForUpdatesExRequestType

WaitForUpdatesExRequestType
WaitForUpdatesExRequestType

The parameters of WaitForUpdatesEx.

JSON Example
{
    "version": "string",
    "options": {
        "_typeName": "string",
        "maxWaitSeconds": 0,
        "maxObjectUpdates": 0
    }
}
string
version
Optional

The data version currently known to the client. The value must be either

  • the special initial data version (an empty string),
  • a data version returned from PropertyCollector.CheckForUpdates or PropertyCollector.WaitForUpdates
  • a non-truncated data version returned from PropertyCollector.WaitForUpdatesEx
  • a truncated data version returned from the last call to PropertyCollector.WaitForUpdatesEx with no intervening calls to PropertyCollector.WaitForUpdates or PropertyCollector.CheckForUpdates.
options
Optional

Additional options controlling the change calculation. If omitted, equivalent to an options argument with no fields set.