Redigera

Dela via


SchemaType Enum

Definition

Identifies the runtime type (schema type) of a field.

public enum SchemaType
type SchemaType = 
Public Enum SchemaType
Inheritance
SchemaType

Fields

Encoded 16

Indicates that the runtime type is encoded as a named type. Followed by an encoded type name.

Expected 0

Indicates that the runtime type is the exact type expected by the current schema.

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.

WellKnown 8

Indicates that the runtime type is an instance of a well-known type. Followed by a VarInt type id.

Applies to