Share via


ChangeFeedStartFrom.ContinuationToken(String) Method

Definition

Creates a ChangeFeedStartFrom that tells the ChangeFeed operation to start reading changes from a save point.

public static Microsoft.Azure.Cosmos.ChangeFeedStartFrom ContinuationToken (string continuationToken);
static member ContinuationToken : string -> Microsoft.Azure.Cosmos.ChangeFeedStartFrom
Public Shared Function ContinuationToken (continuationToken As String) As ChangeFeedStartFrom

Parameters

continuationToken
String

The continuation to resume from.

Returns

A ChangeFeedStartFrom that tells the ChangeFeed operation to start reading changes from a save point.

Applies to