Lists
Functions
Add Item to the SyncList without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and adds it as a new item to the end of the specified SyncList.
Add Item to the SyncList without opening it.
Serializes the given value into an equivalent JsonObject using a serializer retrieved from reified type parameter and adds it as a new item to the end of the specified SyncList with a specified TTL.
Retrieve Item from the SyncList without opening it.
Mutate value of the existing SyncList.Item 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 SyncList.Item
Mutate value of the existing SyncList.Item 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 SyncList.Item
Open existing SyncList by SID or unique name.
Open existing SyncList by unique name or create a new one if specified name does not exist.
Retrieve items without opening the SyncList.
Remove SyncList.Item without opening the SyncList.
Set Item in the SyncList 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 SyncList.Item.
Set Item in the SyncList 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 SyncList.Item.