Initializer

interface Initializer<T> : PersistentDataCollection.Initializer<T>

Initializer for shared persistent data sets.

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.
storageSources
Link copied to clipboard
abstract var storageSources: List<RemoteDataSource>
The remote data sources contributing to the shared data set.
updateChannelId
Link copied to clipboard
abstract var updateChannelId: String
The ID of the pub/sub channel which is used to propagate updates between different app entities using the shared data set.