BsonTypes Enum
Namespace: GHIElectronics.TinyCLR.Data.Json · Assembly: GHIElectronics.TinyCLR.Data.Json
No description available.
public enum BsonTypes : byte
Fields
| Name | Value | Description |
|---|---|---|
BsonDouble | 0x01 | |
BsonString | 0x02 | |
BsonDocument | 0x03 | |
BsonArray | 0x04 | |
BsonBoolean | 0x08 | |
BsonDateTime | 0x09 | |
BsonNull | 0x0a | |
BsonInt32 | 0x10 | |
BsonInt64 | 0x12 |