Database Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |