Table of Contents

Class CollectionStats

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

Properties

DocumentCount

public long DocumentCount { get; init; }

Property Value

long

Size

public long Size { get; init; }

Property Value

long

UpdatedAt

public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?