Property PagingWindow
- Namespace
- Everest.Service.DataContracts.ChemTypes.Selection
- Assembly
- Everest.Service.dll
PagingWindow
Gets or sets the paging window details for the search request.
[DataMember]
public required PagingWindowContract PagingWindow { get; set; }
Property Value
Remarks
The paging window specifies the offset and the maximum number of records to retrieve in the search results. It is used to implement pagination for large datasets.