ChangeFeedStartFrom.Beginning Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Beginning() |
Creates a ChangeFeedStartFrom that tells the ChangeFeed operation to start from the beginning of time. |
Beginning(FeedRange) |
Creates a ChangeFeedStartFrom that tells the ChangeFeed operation to start from the beginning of time. |
Beginning()
- Source:
- ChangeFeedStartFrom.cs
Creates a ChangeFeedStartFrom that tells the ChangeFeed operation to start from the beginning of time.
public static Microsoft.Azure.Cosmos.ChangeFeedStartFrom Beginning ();
static member Beginning : unit -> Microsoft.Azure.Cosmos.ChangeFeedStartFrom
Public Shared Function Beginning () As ChangeFeedStartFrom
Returns
A ChangeFeedStartFrom that tells the ChangeFeed operation to start reading changes from the beginning of time.
Applies to
Beginning(FeedRange)
- Source:
- ChangeFeedStartFrom.cs
Creates a ChangeFeedStartFrom that tells the ChangeFeed operation to start from the beginning of time.
public static Microsoft.Azure.Cosmos.ChangeFeedStartFrom Beginning (Microsoft.Azure.Cosmos.FeedRange feedRange);
static member Beginning : Microsoft.Azure.Cosmos.FeedRange -> Microsoft.Azure.Cosmos.ChangeFeedStartFrom
Public Shared Function Beginning (feedRange As FeedRange) As ChangeFeedStartFrom
Parameters
- feedRange
- FeedRange
The range to start from.
Returns
A ChangeFeedStartFrom that tells the ChangeFeed operation to start reading changes from the beginning of time.
Applies to
Azure SDK for .NET