Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateIndexDetails

Specifications for the new index.

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 isIfNotExists

isIfNotExists: undefined | false | true

If true, the operation completes successfully even when the index exists. Otherwise, an attempt to create an index that already exists will return an error.

keys

keys: Array<IndexKey>

A set of keys for a secondary index.

name

name: string

Index name.

Functions

getDeserializedJsonObj

getJsonObj