Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
FaunaType.cs
Go to the documentation of this file.
1namespace Fauna.Serialization;
2
6public enum FaunaType
7{
11 Int,
12
16 Long,
17
21 Double,
22
26 String,
27
31 Date,
32
33
37 Time,
38
42 Boolean,
43
47 Object,
48
52 Ref,
53
58
62 Array,
63
67 Bytes,
68
72 Null,
73
77 Stream,
78
82 Module,
83
87 Set
88}
FaunaType
An enum representing possible Fauna types.
Definition FaunaType.cs:7
@ Document
A Fauna document.
@ Boolean
A Fauna boolean.
@ Object
A Fauna object. This is different from a Document.
@ Bytes
A Fauna byte array, stored as a base-64 encoded string.
@ Ref
A Fauna document reference. This includes named documents.
@ Stream
A Fauna event source.