Table of Contents

Enum SchemaFieldClassification

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public enum SchemaFieldClassification

Fields

DocumentOnly = 3

Present in samples but not declared on the entity.

EntityOnly = 2

Declared on the entity but missing from every sampled doc.

Full = 0

Declared on the entity AND present in every sampled doc.

Partial = 1

Present in some but not all sampled docs (schema drift).