SchemaType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the runtime type (schema type) of a field.
public enum SchemaType
type SchemaType =
Public Enum SchemaType
- Inheritance
-
SchemaType
Fields
Name | Value | Description |
---|---|---|
Expected | 0 | Indicates that the runtime type is the exact type expected by the current schema. |
WellKnown | 8 | Indicates that the runtime type is an instance of a well-known type. Followed by a VarInt type id. |
Encoded | 16 | Indicates that the runtime type is encoded as a named type. Followed by an encoded type name. |
Referenced | 24 | Indicates that the runtime type is a type which was previously specified. Followed by a VarInt indicating which previous type is being reused. |