WindowSize

SyncCollectionRequest.WindowSize property

Specifies a maximum number of changed items in a collection or a request that SHOULD be included in the synchronization response. If the WindowSize is not defined, the server behaves as if a WindowSize element with a value of 100 were submitted. The server interprets the value 0 (zero) and values above 512 as 512.

public int? WindowSize { get; set; }

See Also