Cloud Service only. Options passed to addReplica.

See

addReplica

Hierarchy

Properties

compartment?: string

Cloud service only. Compartment id or name to use for this operation.

Default Value

Config.compartment.

See

compartment

complete?: boolean

If set to true, the returned Promise will only resolve when the operation is completed and the table state becomes ACTIVE or DROPPED (if using tableDDL to execute "DROP TABLE" operation).

delay?: number

If complete is true, specifies delay between successive polls while waiting for operation completion. Defaults to tablePollDelay. Has no effect if complete is not enabled.

matchETag?: TableETag

Cloud service only. Entity tag that must be matched for the operation to proceed. See TableETag.

namespace?: string

On-premises only. Namespace to use for this operation.

Note: if a namespace is specified in the table name for the request (using the namespace:table_name format), that value will override this setting.

Default Value

Config.namespace.

See

namespace

readUnits?: number

Read units for the replica table.

Default Value

Read units for the existing table

timeout?: number

Timeout for the operation in milliseconds. Defaults to ddlTimeout (if complete is true, separate default timeouts are used for issuing the DDL operation and waiting for its completion, with values of ddlTimeout and tablePollTimeout correspondingly).

writeUnits?: number

Write units for the replica table.

Default Value

Write units for the existing table

Generated using TypeDoc