This FieldType contains String-values.
| name | data type | constraints | description |
|---|---|---|---|
| unicode | boolean | required boolean | Checks whether this field contains unicode-strings or not. |
| length | number | required int | Returns the length of this field. |
| fullText | boolean | required boolean | Checks whether this field is full-text enabled. |
Properties inherited from FieldType |
|||
| typeName | FieldTypeEnum | Returns the name of this FieldType. | |
Example
{
"unicode" : true,
"length" : 12345,
"fullText" : true,
"typeName" : "BOOLEAN"
}