LayoutCode Enumeração
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public enum LayoutCode
type LayoutCode =
Public Enum LayoutCode
- Herança
-
LayoutCode
Campos
Nome | Valor | Description |
---|---|---|
Invalid | 0 | |
Null | 1 | |
BooleanFalse | 2 | |
Boolean | 3 | |
Int8 | 5 | |
Int16 | 6 | |
Int32 | 7 | |
Int64 | 8 | |
UInt8 | 9 | |
UInt16 | 10 | |
UInt32 | 11 | |
UInt64 | 12 | |
VarInt | 13 | |
VarUInt | 14 | |
Float32 | 15 | |
Float64 | 16 | |
Decimal | 17 | |
DateTime | 18 | |
Guid | 19 | |
Utf8 | 20 | |
Binary | 21 | |
Float128 | 22 | |
UnixDateTime | 23 | |
MongoDbObjectId | 24 | |
ObjectScope | 30 | |
ImmutableObjectScope | 31 | |
ArrayScope | 32 | |
ImmutableArrayScope | 33 | |
TypedArrayScope | 34 | |
ImmutableTypedArrayScope | 35 | |
TupleScope | 36 | |
ImmutableTupleScope | 37 | |
TypedTupleScope | 38 | |
ImmutableTypedTupleScope | 39 | |
MapScope | 40 | |
ImmutableMapScope | 41 | |
TypedMapScope | 42 | |
ImmutableTypedMapScope | 43 | |
SetScope | 44 | |
ImmutableSetScope | 45 | |
TypedSetScope | 46 | |
ImmutableTypedSetScope | 47 | |
NullableScope | 48 | |
ImmutableNullableScope | 49 | |
TaggedScope | 50 | |
ImmutableTaggedScope | 51 | |
Tagged2Scope | 52 | |
ImmutableTagged2Scope | 53 | |
Schema | 68 | |
ImmutableSchema | 69 | |
EndScope | 70 |
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET