Fauna v10 .NET/C# Driver 0.2.0-beta
 
Loading...
Searching...
No Matches
Page.cs
Go to the documentation of this file.
1namespace Fauna.Types;
2
12public record Page<T>(IReadOnlyList<T> Data, string? After);
record Page< T >(IReadOnlyList< T > Data, string? After)
Represents a page in a dataset for pagination.