你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TypeKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
- 继承
-
TypeKind
- 属性
-
Newtonsoft.Json.JsonConverterAttribute
字段
名称 | 值 | 说明 |
---|---|---|
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 |