Fauna v10 .NET/C# Driver
1.0.0
Loading...
Searching...
No Matches
repo.git
Fauna
Types
Page.cs
Go to the documentation of this file.
1
namespace
Fauna.Types
;
2
12
public
record
Page<T>
(IReadOnlyList<T> Data,
string
? After);
Fauna.Types
Definition
BaseRef.cs:3
Fauna.Types.Page< T >
record Page< T >(IReadOnlyList< T > Data, string? After)
Represents a page in a dataset for pagination.
Generated by
1.9.8