Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
FieldType.cs
Go to the documentation of this file.
1namespace Fauna.Mapping;
2
6public enum FieldType
7{
12
17
21 Coll,
22
26 Ts,
27
31 Field
32}
FieldType
An enum for the field type, used with concrete implementations of BaseFieldAttribute.
Definition FieldType.cs:7
@ 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.