Databricks SDK for JavaScript
    Preparing search index...
    interface CreateDatabaseRequest {
        database?: Database;
        databaseId?: string;
        parent?: string;
    }
    Index

    Properties

    database?: Database

    The desired specification of a Database.

    databaseId?: string

    The ID to use for the Database, which will become the final component of the database's resource name. This ID becomes the database name in postgres.

    This value should be 4-63 characters, and only use characters available in DNS names, as defined by RFC-1123

    If database_id is not specified in the request, it is generated automatically.

    parent?: string

    The Branch where this Database will be created. Format: projects/{project_id}/branches/{branch_id}