Namespace PushTechnology.ClientInterface.Data.Record.Schema

Classes

SchemaParseException

Indicates a problem that has occurred when parsing a ISchema.

SchemaViolationException

Indicates a problem that has occurred when building a ISchema.

Interfaces

IField

The ISchema field definition.

INode

The ISchema Node - A IRecord or a IField.

IRecord

The ISchema record definition.

ISchema

The IRecordV2 schema.

ISchemaBuilder

Builder to create an immutable ISchema.

Enums

FieldType

The IField types.

Back to top