Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FeedRange class
- Package:
- @azure/cosmos
Specifies a feed range for the changefeed.
Properties
| maxExclusive | Max value for the feed range. |
| minInclusive | Min value for the feed range. |
Property Details
maxExclusive
Max value for the feed range.
maxExclusive: string
Property Value
string
minInclusive
Min value for the feed range.
minInclusive: string
Property Value
string
