Initializer

interface Initializer<T> : DataCollection.Initializer<T>

Builder for persistent data collections.

Properties

initialItems
Link copied to clipboard
abstract var initialItems: Collection<T>
The initial items contained in the collection.
ownURI
Link copied to clipboard
abstract var ownURI: URI
The URI where the data collection is stored in the cloud.

Inheritors

SharedPersistentDataSet
Link copied to clipboard