Table of Contents

Class CollectionModel

Namespace
Tharga.MongoDB.Blazor
Assembly
Tharga.MongoDB.Blazor.dll
public record CollectionModel : CollectionFingerprint, IEquatable<CollectionFingerprint>, IEquatable<CollectionModel>
Inheritance
CollectionModel
Implements
Inherited Members

Properties

CallCount

public int CallCount { get; set; }

Property Value

int

Clean

public CleanInfo Clean { get; set; }

Property Value

CleanInfo

Discovery

public Discovery Discovery { get; set; }

Property Value

Discovery

IndexEqualFields

public required bool? IndexEqualFields { get; set; }

Property Value

bool?

Indices

public required IndexModel[] Indices { get; set; }

Property Value

IndexModel[]

IsLocal

public bool IsLocal { get; init; }

Property Value

bool

Registration

public required Registration Registration { get; init; }

Property Value

Registration

Size

public required long Size { get; set; }

Property Value

long

Sources

public string[] Sources { get; set; }

Property Value

string[]

Stats

public CollectionStats Stats { get; set; }

Property Value

CollectionStats