Table of Contents

Class IndexInfo

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

Properties

Current

public IndexMeta[] Current { get; init; }

Property Value

IndexMeta[]

Defined

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

Property Value

IndexMeta[]

UpdatedAt

public DateTime? UpdatedAt { get; init; }

Property Value

DateTime?