SyncStack

View as Markdown

SyncStack

Represents the result of a sync operation.

NameTypeDescription
items NSArray<NSDictionary<NSString*id> *>

Readonly property contains all the Contents

skip int

Readonly property to check skip count

limit int

Readonly property to check limit

totalCount int

Readonly property to check totalCount

paginationToken NSString

Readonly property for paginating sync

syncToken NSString

Readonly property to delta sync.