SyncCommandsResponse

SyncCommandsResponse class

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

public class SyncCommandsResponse

Constructors

Name Description
SyncCommandsResponse() The default constructor.

Properties

Name Description
Add { get; } Contains the list of responses to add operations.
Change { get; } Contains the list of responses to update operations.
Delete { get; } Contains the list of responses to delete operations.
SoftDelete { get; } Contains the list of responses to delete operations.

See Also