Table of Contents

Class DocumentDto

Namespace
Tharga.MongoDB
Assembly
Tharga.MongoDB.dll

Single MongoDB document returned by GetDocumentAsync(CollectionInfo, string, CancellationToken). Json is MongoDB Extended JSON — the raw shape stored in MongoDB, not a C# serializer round-trip.

public record DocumentDto : IEquatable<DocumentDto>
Inheritance
DocumentDto
Implements
Inherited Members

Properties

Id

public required string Id { get; init; }

Property Value

string

Json

public required string Json { get; init; }

Property Value

string