LibraryInfoResponse

data class LibraryInfoResponse(val containerName: String? = null, val creatorId: String, val name: String? = null, val path: String? = null, val provisioningStatus: String, val type: String? = null, val uploadedTimestamp: String)

Library/package information of a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(containerName: String? = null, creatorId: String, name: String? = null, path: String? = null, provisioningStatus: String, type: String? = null, uploadedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val containerName: String? = null

Storage blob container name.

Link copied to clipboard

Creator Id of the library/package.

Link copied to clipboard
val name: String? = null

Name of the library.

Link copied to clipboard
val path: String? = null

Storage blob path of library.

Link copied to clipboard

Provisioning status of the library/package.

Link copied to clipboard
val type: String? = null

Type of the library.

Link copied to clipboard

The last update time of the library.