SyncCommandsRequest

SyncCommandsRequest class

Contains operations that apply to a collection. Available operations are Add, Delete, Change, Fetch, and SoftDelete.

public class SyncCommandsRequest

Constructors

Name Description
SyncCommandsRequest() The default constructor.

Properties

Name Description
Add { get; } Contains the list of add operations.
Change { get; } Contains the list of update operations.
Delete { get; } Contains the list of delete operations.
Fetch { get; } Contains the list of fetch operations.

See Also