Skip to content

Commit

Permalink
Update sdk/storage/storage-blob-changefeed/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Meng <[email protected]>
  • Loading branch information
2 people authored and Lin Jian committed Jun 11, 2020
1 parent 7bb62fa commit 2d7fcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/storage/storage-blob-changefeed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ for await (const eventPage of changeFeedClient.getChanges().byPage({continuation

Pass start time and end time to `BlobChangeFeedClient.getChanges()` to fetch events within a time range.

Note that for preview release, the change feed client will round start time down to the nearest hour, and round endTime up to the next hour.
Note that for this preview release, the change feed client will round start time down to the nearest hour, and round end time up to the next hour.

```javascript
const { BlobChangeFeedEvent } = require("@azure/storage-blob-changefeed");
Expand Down

0 comments on commit 2d7fcc3

Please sign in to comment.