Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateMySqlInitialLoadSettings

Optional dump settings

Properties

Optional compatibility

compatibility: Array<CompatibilityOption>

Apply the specified requirements for compatibility with MySQL Database Service for all tables in the dump output, altering the dump files as necessary.

Optional handleGrantErrors

handleGrantErrors: model.HandleGrantErrors

The action taken in the event of errors related to GRANT or REVOKE errors.

Optional isConsistent

isConsistent: undefined | false | true

Enable (true) or disable (false) consistent data dumps by locking the instance for backup during the dump.

Optional isIgnoreExistingObjects

isIgnoreExistingObjects: undefined | false | true

Import the dump even if it contains objects that already exist in the target schema in the MySQL instance.

Optional isTzUtc

isTzUtc: undefined | false | true

Include a statement at the start of the dump to set the time zone to UTC.

jobMode

jobMode: JobModeMySql

MySql Job Mode

Optional primaryKeyCompatibility

primaryKeyCompatibility: model.PrimaryKeyCompatibility

Primary key compatibility option

Functions

getDeserializedJsonObj

getJsonObj