Table of Contents

Class CollectionMeta

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

Properties

DocumentCount

public required long DocumentCount { get; init; }

Property Value

long

Indexes

public required IndexMeta[] Indexes { get; init; }

Property Value

IndexMeta[]

Server

public required string Server { get; init; }

Property Value

string

Size

public required long Size { get; init; }

Property Value

long

Types

public required string[] Types { get; init; }

Property Value

string[]