LangfusePage T
NexusLabs.Foundry.Langfuse¶
LangfusePage<T> Class¶
Contains one validated page returned by a Langfuse list endpoint.
public sealed record LangfusePage<T> : System.IEquatable<NexusLabs.Foundry.Langfuse.LangfusePage<T>>
Type parameters¶
T
The listed resource type.
Inheritance System.Object 🡒 LangfusePage\<T>
Implements System.IEquatable<NexusLabs.Foundry.Langfuse.LangfusePage<T>>
Properties¶
LangfusePage<T>.Items Property¶
Gets the resources in provider order.
Property Value¶
System.Collections.Generic.IReadOnlyList<T>
LangfusePage<T>.Page Property¶
Gets the one-based page number.
Property Value¶
LangfusePage<T>.PageSize Property¶
Gets the requested and returned page size.
Property Value¶
LangfusePage<T>.TotalItems Property¶
Gets the total number of matching resources.
Property Value¶
LangfusePage<T>.TotalPages Property¶
Gets the total number of pages.