Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IndexKey

Specifies a single key in a secondary index.

Properties

columnName

columnName: string

The name of a column to be included as an index key.

Optional jsonFieldType

jsonFieldType: undefined | string

If the specified column is of type JSON, jsonFieldType contains the type of the field indicated by jsonPath.

Optional jsonPath

jsonPath: undefined | string

If the specified column is of type JSON, jsonPath contains a dotted path indicating the field within the JSON object that will be the index key.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: IndexKey): object

getJsonObj