Optional
Readonly
nullableWhether the data is nullable.
When true
the data value may be null
.
false
, which means null
data value prohibited.
Optional
Readonly
optionalWhether the data is optional.
When true
the data value may be undefined
.
false
, which means undefined
data value prohibited.
Readonly
typeBigInt schema type always refers to standard BigInt constructor.
Optional
Readonly
whereSchema constraints.
Optional
Readonly
withinSchema instance presentation constraints.
Optional
__Optional
toCustom schema name.
Used by ucModelName when defined.
Generated using TypeDoc
Schema for BigInt value.
BigInt schema is created automatically when BigInt constructor is used as model.
When additional options needed, the schema has to be created explicitly.
BigInt values may be represented with and without
0n
prefix. This differs from schema-less processing, where0n
prefix is required for BigInt values. When serializing, the0n
prefix is either added or not according to number processing policy.