Class SchemaComparisonField
public record SchemaComparisonField : IEquatable<SchemaComparisonField>
- Inheritance
-
SchemaComparisonField
- Implements
- Inherited Members
Properties
Classification
public required SchemaFieldClassification Classification { get; init; }
Property Value
CoverageCount
How many sampled docs contain this field (0..SampledCount).
public required int CoverageCount { get; init; }
Property Value
DeclaredOnEntity
true if the field corresponds to a public property on the resolved entity type.
public required bool DeclaredOnEntity { get; init; }
Property Value
Name
public required string Name { get; init; }