PropertyType

PropertyType

Utility class containing constants. Specifies data type of a document property.

Values

NameDescription
BOOLEANThe property is a boolean value.
DATE_TIMEThe property is a date time value.
DOUBLEThe property is a floating number.
NUMBERThe property is an integer number.
STRINGThe property is a string value.
BLOBThe property is a byte array.