Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Fauna csharp driver  5.0.0-preview
Public Member Functions | List of all members
FaunaDB.Query.PageHelper Class Reference

Public Member Functions

 PageHelper (FaunaClient client, Expr set, Expr ts=null, Expr after=null, Expr before=null, Expr size=null, Expr events=null, Expr sources=null)
 
PageHelper Map (Expr lambda)
 
PageHelper Filter (Expr lambda)
 
async Task Each (Action< Value > lambda)
 
async Task EachReverse (Action< Value > lambda)
 
async Task< ValueNextPage ()
 
async Task< ValuePreviousPage ()
 

Detailed Description

Definition at line 10 of file PageHelper.cs.

Constructor & Destructor Documentation

◆ PageHelper()

FaunaDB.Query.PageHelper.PageHelper ( FaunaClient  client,
Expr  set,
Expr  ts = null,
Expr  after = null,
Expr  before = null,
Expr  size = null,
Expr  events = null,
Expr  sources = null 
)

Definition at line 22 of file PageHelper.cs.

Member Function Documentation

◆ Each()

async Task FaunaDB.Query.PageHelper.Each ( Action< Value lambda)

Definition at line 57 of file PageHelper.cs.

◆ EachReverse()

async Task FaunaDB.Query.PageHelper.EachReverse ( Action< Value lambda)

Definition at line 64 of file PageHelper.cs.

◆ Filter()

PageHelper FaunaDB.Query.PageHelper.Filter ( Expr  lambda)

Definition at line 51 of file PageHelper.cs.

◆ Map()

PageHelper FaunaDB.Query.PageHelper.Map ( Expr  lambda)

Definition at line 45 of file PageHelper.cs.

◆ NextPage()

async Task<Value> FaunaDB.Query.PageHelper.NextPage ( )

Definition at line 71 of file PageHelper.cs.

◆ PreviousPage()

async Task<Value> FaunaDB.Query.PageHelper.PreviousPage ( )

Definition at line 77 of file PageHelper.cs.


The documentation for this class was generated from the following file: