Options
All
  • Public
  • Public/Protected
  • All
Menu

DatabaseApi provides operations used to manage the configuration database.

Hierarchy

  • DatabaseApi

Index

Methods

getDatabase

installSchema

  • installSchema(): Promise<void>
  • Installs the database schema. It is typically unnecessary to call this, as it is done automatically.

    Returns Promise<void>

setDatabase

uninstallSchema

  • uninstallSchema(): Promise<void>
  • Uninstalls the database schema. Extreme caution should be used when uninstalling the schema. It causes all data to be irrevocably lost. It should never be done on a database that is currently being used as a data space because it will make that server unusable.

    Returns Promise<void>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc