RemoteDataSource

data class RemoteDataSource(uri: URI, path: List<String>)

A source of data in the cloud.

Constructors

RemoteDataSource
Link copied to clipboard
fun RemoteDataSource(uri: URI, vararg subPath: String)
Create a new instance with the subPath as vararg.
RemoteDataSource
Link copied to clipboard
fun RemoteDataSource(uri: URI, path: List<String>)

Properties

path
Link copied to clipboard
val path: List<String>
The file path below the root uri.
uri
Link copied to clipboard
val uri: URI
The remote root URI.