Class CollectionMeta
public record CollectionMeta : CollectionFingerprint, IEquatable<CollectionFingerprint>, IEquatable<CollectionMeta>
- Inheritance
-
CollectionMeta
- Implements
- Inherited Members
Properties
DocumentCount
public required long DocumentCount { get; init; }
Property Value
Indexes
public required IndexMeta[] Indexes { get; init; }
Property Value
Server
public required string Server { get; init; }
Property Value
Size
public required long Size { get; init; }
Property Value
Types
public required string[] Types { get; init; }
Property Value
- string[]