FieldType
An enum for the field type, used with concrete implementations of BaseFieldAttribute.
@ ClientGeneratedId
Indicates the document ID is client-generated.
@ Ts
Indicates the field is the ts field of the document.
@ Field
Indicates the field contains user-defined data for the document.
@ Coll
Indicates the field is the coll (collection) field of the document.
@ ServerGeneratedId
Indicates the document ID is Fauna-generated.