Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateReplicaDetails

Specifications for the new replica

Properties

Optional compartmentId

compartmentId: undefined | string

The OCID of the table's compartment. Required if the tableNameOrId path parameter is a table name. Optional if tableNameOrId is an OCID. If tableNameOrId is an OCID, and compartmentId is supplied, the latter must match the identified table's compartmentId.

Optional maxReadUnits

maxReadUnits: undefined | number

Maximum sustained read throughput limit for the new replica table. If not specified, the local table's read limit is used. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxWriteUnits

maxWriteUnits: undefined | number

Maximum sustained write throughput limit for the new replica table. If not specified, the local table's write limit is used. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

region

region: string

Name of the remote region in standard OCI format, i.e. us-ashburn-1

Functions

getDeserializedJsonObj

getJsonObj