HiveMetastoreResponse

data class HiveMetastoreResponse(val databaseName: String, val id: String, val name: String, val nestedResourceProvisioningState: String, val password: String, val runtimeVersion: String, val serverUri: String, val type: String, val userName: String)

Constructors

Link copied to clipboard
constructor(databaseName: String, id: String, name: String, nestedResourceProvisioningState: String, password: String, runtimeVersion: String, serverUri: String, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The databaseName for the Hive MetaStore

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The resource name.

Link copied to clipboard

The current state of the NestedResource

Link copied to clipboard

The password for the Hive MetaStore

Link copied to clipboard

The runtimeVersion for the Hive MetaStore

Link copied to clipboard

The serverUri for the Hive MetaStore

Link copied to clipboard

The resource type.

Link copied to clipboard

The userName for the Hive MetaStore