WaitForUpdatesRequestType

WaitForUpdatesRequestType
WaitForUpdatesRequestType

The parameters of WaitForUpdates.

JSON Example
{
    "version": "string"
}
string
version
Optional

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

  • the special initial version (an empty string)
  • a data version returned from PropertyCollector.CheckForUpdates or PropertyCollector.WaitForUpdates by the same PropertyCollector on the same session
  • a non-truncated data version returned from PropertyCollector.WaitForUpdatesEx by the same PropertyCollector on the same session.