ImportSourcePropertiesResponse

data class ImportSourcePropertiesResponse(val dataDirPath: String? = null, val storageType: String? = null, val storageUrl: String? = null)

Import source related properties.

Constructors

Link copied to clipboard
constructor(dataDirPath: String? = null, storageType: String? = null, storageUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataDirPath: String? = null

Relative path of data directory in storage.

Link copied to clipboard
val storageType: String? = null

Storage type of import source.

Link copied to clipboard
val storageUrl: String? = null

Uri of the import source storage.