PropertyType Enum

PropertyType Enum

Specifies data type of a document property.


type PropertyType int32

Fields

FieldDescription
BooleanThe property is a boolean value.
DateTimeThe 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.