PropertyType enumeration

PropertyType enumeration

Specifies data type of a document property.

The PropertyType type exposes the following members:

Fields

FieldDescription
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.

See Also