Gets a value indicating whether there are potentially additional results that can be retrieved.
Initially returns true. This value is set based on whether the last execution returned a continuation token.
Boolean value representing if whether there are potentially additional results that can be retrieved.
Read feed and retrieves the next page of results in Azure Cosmos DB.
Gets an async iterator which will yield pages of results from Azure Cosmos DB.
Generated using TypeDoc
Provides iterator for change feed.
Use
Items.readChangeFeed()
to get an instance of the iterator.