DataOsAddress

Represents a DataOS address with various components.

Constructors

Link copied to clipboard
constructor(depot: String)

Constructor with depot only.

constructor(depot: String, collection: String)

Constructor with depot and collection.

constructor(depot: String, collection: String, relativePath: String)

Constructor with depot, collection, and relative path.

constructor(depot: String, collection: String, relativePath: String, param: String)

Constructor with depot, collection, relative path, and parameter.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Retrieves the collection value.

Link copied to clipboard

Retrieves the dataset value.

Link copied to clipboard

Retrieves the depot value.

Link copied to clipboard

Retrieves the parameter value.

Link copied to clipboard

Retrieves the relative path value.

Link copied to clipboard
open override fun toString(): String

Converts the DataOsAddress object to a string representation.