Skip to content

Commit 6f0b8e6

Browse files
authored
fixing spacing in custom note
1 parent 9039878 commit 6f0b8e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/cosmos-db/nosql/change-feed-pull-model.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ Machine 2:
303303
To process the change feed by using the pull model, create an instance of `ChangeFeedPullModelIterator`. When you initially create `ChangeFeedPullModelIterator`, you must specify a required `changeFeedStartFrom` value inside the `ChangeFeedIteratorOptions` which consists of both the starting position for reading changes and the resource(a partition key or a FeedRange) for which changes are to be fetched.
304304
> [!NOTE]
305305
> If no `changeFeedStartFrom` value is specified, then changefeed will be fetched for an entire container from Now().
306-
307306
> Currently, only [latest version](change-feed-modes.md#latest-version-change-feed-mode) is supported by JS SDK and is selected by default.
308307
309308
You can optionally use `maxItemCount` in `ChangeFeedIteratorOptions` to set the maximum number of items received per page.

0 commit comments

Comments
 (0)