Container.GetFeedRangesAsync(CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste de FeedRange qui peuvent être utilisées pour paralléliser les opérations de flux.
public abstract System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Cosmos.FeedRange>> GetFeedRangesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetFeedRangesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Azure.Cosmos.FeedRange>>
Public MustOverride Function GetFeedRangesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of IReadOnlyList(Of FeedRange))
Paramètres
- cancellationToken
- CancellationToken
(Facultatif) CancellationToken représentant l’annulation de la demande.
Retours
Liste de FeedRange.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET