Package straightway.odo.api.v0.data

Types

Contact
Link copied to clipboard
interface Contact
Identification of an odo user, including basic information.
Data
Link copied to clipboard
interface Data
Sub API for handling data.
DataCollection
Link copied to clipboard
interface DataCollection<T> : MutableList<T>
A general collection of data.
Identity
Link copied to clipboard
interface Identity : Contact
An identity is a contact belonging to the current user.
PersistentDataCollection
Link copied to clipboard
interface PersistentDataCollection<T> : DataCollection<T>
A persistent data collection, stored in the cloud.
RemoteDataSource
Link copied to clipboard
data class RemoteDataSource(uri: URI, path: List<String>)
A source of data in the cloud.
SharedPersistentDataSet
Link copied to clipboard
interface SharedPersistentDataSet<T> : PersistentDataCollection<T>
A persistent unordered data set, stored in the cloud, with write privilege from multiple application instances.