Class CollectionStats
public record CollectionStats : IEquatable<CollectionStats>
- Inheritance
-
CollectionStats
- Implements
- Inherited Members
Properties
DocumentCount
public long DocumentCount { get; init; }
Property Value
Size
public long Size { get; init; }
Property Value
UpdatedAt
public DateTime? UpdatedAt { get; init; }