countUploadRow method

Returns the number of rows to be uploaded when the next synchronization takes place.

Syntax
UInt32 countUploadRow( String pub-list, UInt32 threshold)
Parameters
  • pub-list   Comma-separated list of publications to check.

    See PublicationSchema class.

  • threshold   Value that determines the maximum number of rows to count, and so limits the amount of time taken by the call. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized. threshold must be in range [0,0x0ffffffff].