Compartilhar via


TypeKind Enumeração

Definição

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public enum TypeKind
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type TypeKind = 
Public Enum TypeKind
Herança
TypeKind
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

Nome Valor Description
Invalid 0
Null 1
Boolean 2
Int8 3
Int16 4
Int32 5
Int64 6
UInt8 7
UInt16 8
UInt32 9
UInt64 10
VarInt 11
VarUInt 12
Float32 13
Float64 14
Float128 15
Decimal 16
DateTime 17
UnixDateTime 18
Guid 19
MongoDbObjectId 20
Utf8 21
Binary 22
Object 23
Array 24
Set 25
Map 26
Tuple 27
Tagged 28
Schema 29
Any 30
Enum 31

Aplica-se a