Freigeben über


FeedOptions.RequestContinuation Eigenschaft

Definition

Ruft das Anforderungsfortsetzungstoken im Azure Cosmos DB-Dienst ab oder legt es fest.

public string RequestContinuation { get; set; }
member this.RequestContinuation : string with get, set
Public Property RequestContinuation As String

Eigenschaftswert

Das Anforderungsfortsetzungstoken.

Beispiele

// Resume query execution using the continuation from the previous query
var queryable = client.CreateDocumentQuery<Book>(collectionLink, new FeedOptions { RequestContinuation = prevQuery.ResponseContinuation });

Gilt für: