SchemaType Enum

Definition

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

C#
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.

Applies to

Toode Versioonid
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0