Class DocumentDto
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
Json
public required string Json { get; init; }