Enum SchemaFieldClassification
public enum SchemaFieldClassification
Fields
DocumentOnly = 3Present in samples but not declared on the entity.
EntityOnly = 2Declared on the entity but missing from every sampled doc.
Full = 0Declared on the entity AND present in every sampled doc.
Partial = 1Present in some but not all sampled docs (schema drift).