FSharp.Azure.Cosmos 1.1.0

Edit this page

QueryableExtensions Module

Type extensions

Type extension Description

this.AsAsyncEnumerable

Full Usage: this.AsAsyncEnumerable

Parameters:
Returns: IAsyncEnumerable<'T>
Modifiers: inline
Type parameters: 'T

Executes the query and converts the resulting FeedIterator{T} to an async sequence of items.

Extended Type: IQueryable

cancellationToken : CancellationToken

Forwarded to AsAsyncEnumerable.

Returns: IAsyncEnumerable<'T>