JsonApiQueryResult¶
class in JsonApiToolkit.Models.Querying
Result of BuildJsonApiQueryAsync containing the processed query and metadata.
Constructors¶
JsonApiQueryResult()¶
Properties¶
Query : IQueryable¶
The processed IQueryable with filters, includes, and sorting applied. Pagination is NOT applied - use this for custom operations like exports or aggregations.
Parameters : QueryParameters¶
The parsed query parameters from the request.
TotalCount : int¶
Total count of matching records. Returns 0 if includeCount was false.