StringFieldType Data Type

This FieldType contains String-values.

Properties
name data type constraints description
unicode boolean required Checks whether this field contains unicode-strings or not.
length number required Returns the length of this field.
fullText boolean required 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" : "ENUMLIST"
}