Documents
Functions
Create new SyncDocument object.
Mutate value of the SyncDocument without opening it using provided Mutator function.
Serializes the value returned by Mutator function into an equivalent JsonObject using a serializer retrieved from reified type parameter and uses the JsonObject to mutate value of the SyncDocument without opening the document.
Mutate value of the SyncDocument without opening it using provided Mutator function.
Serializes the value returned by Mutator function into an equivalent JsonObject using a serializer retrieved from reified type parameter and uses the JsonObject to mutate value of the SyncDocument without opening the document.
Open existing SyncDocument by SID or unique name.
Open existing SyncDocument by unique name or create a new one if specified name does not exist.
Remove SyncDocument without opening it.
Set time to live for SyncDocument without opening it.
Set value of the SyncDocument as a JSON object without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and set it as value of the SyncDocument without opening the document.
Set value of the SyncDocument as a JSON object without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and set it as value of the SyncDocument without opening the document.