Table of Contents

Class DocumentListDto

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

Properties

Documents

public required DocumentDto[] Documents { get; init; }

Property Value

DocumentDto[]

TotalReturned

public required int TotalReturned { get; init; }

Property Value

int

Truncated

true if the result was capped by Limit (more documents may exist).

public required bool Truncated { get; init; }

Property Value

bool