items.query<T> has mandatory FeedOptions #6277
Labels
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
The doc states that the
container.items.query<T>()
method has 2 parameters SqlQuerySpec and FeedOptions, the second one is supposed to be optional, but the Typescript definition file states that its mandatory.To Reproduce
Steps to reproduce the behavior:
1.
Expected behavior
The second parameter FeedOptions should be optional
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: