DatabaseHiveOptions

data class DatabaseHiveOptions(val locationUri: String? = null, val parameters: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(locationUri: String? = null, parameters: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val locationUri: String? = null

Cloud Storage folder URI where the database data is stored, starting with "gs://".

Link copied to clipboard
val parameters: Map<String, String>? = null

Stores user supplied Hive database parameters. An object containing a list of"key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.