Database type

Class representing a Kusto database.

type Database = ProxyResource & {
  kind: Kind
  location?: string
  systemData?: SystemData
}