Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace OracleWriteAttributes

Properties to configure when writing to an Oracle Database.

Properties

Optional batchSize

batchSize: undefined | number

The batch size for writing. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isTruncate

isTruncate: undefined | false | true

Specifies whether to truncate.

Optional isolationLevel

isolationLevel: undefined | string

Specifies the isolation level.

Const modelType

modelType: string = "ORACLE_WRITE_ATTRIBUTE"

Methods

getDeserializedJsonObj

getJsonObj