Table of Contents

Class SchemaComparisonField

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll
public record SchemaComparisonField : IEquatable<SchemaComparisonField>
Inheritance
SchemaComparisonField
Implements
Inherited Members

Properties

Classification

public required SchemaFieldClassification Classification { get; init; }

Property Value

SchemaFieldClassification

CoverageCount

How many sampled docs contain this field (0..SampledCount).

public required int CoverageCount { get; init; }

Property Value

int

DeclaredOnEntity

true if the field corresponds to a public property on the resolved entity type.

public required bool DeclaredOnEntity { get; init; }

Property Value

bool

Name

public required string Name { get; init; }

Property Value

string