We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77606ef commit c84c06fCopy full SHA for c84c06f
src/MongoDB.Driver/GeoNearOptions.cs
@@ -18,7 +18,7 @@ namespace MongoDB.Driver
18
/// <summary>
19
/// Represents options for the $geoNear stage.
20
/// </summary>
21
- public class GeoNearOptions<TDocument>
+ public record GeoNearOptions<TDocument>
22
{
23
24
/// Gets or sets the output field that contains the calculated distance. Required if querying a time-series collection.
0 commit comments