Database Class

Definition

A database in Spark, as returned by the ListDatabases method defined in Catalog.

public sealed class Database
type Database = class
Public NotInheritable Class Database
Inheritance
Database

Properties

Description

Description of the database.

LocationUri

Path (in the form of a uri) to data files

Name

Name of the database.

Applies to