PropertyType Enum
PropertyType Enum
Specifies data type of a document property.
type PropertyType int32
Fields
| Field | Description |
|---|---|
| Boolean | The property is a boolean value. |
| DateTime | The property is a date time value. |
| Double | The property is a floating number. |
| Number | The property is an integer number. |
| String | The property is a string value. |
| Blob | The property is a byte array. |