Property Query
Query
Gets or sets the query that limits the results to the documents that match the query.
public FilterDefinition<TInputDocument> Query { get; set; }
Property Value
- FilterDefinition<TInputDocument>
Gets or sets the query that limits the results to the documents that match the query.
public FilterDefinition<TInputDocument> Query { get; set; }