Readonly
digitBase: stringThe character set used for representing digits in the fractional index.
Readonly
lengthBase: stringThe character set used for encoding the length of the integer part.
Optional
Readonly
type?: "string"The type of the fractional index.
Must be "string" or undefined
for string fractional indices.
Readonly
type: "binary"The type of the fractional index. Must be "binary" for binary fractional indices.
Base options for fractional indexing. This is used to define the character sets and types for the fractional index.