API Reference
Class
EmailStoreTablePage
Bounded, deterministically ordered page from a Store table query.
Inheritance
- Object
- EmailStoreTablePage
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method EmailStoreSession.SearchPage
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<EmailStoreTableRow> Rows { get; } #Projected rows.
public EmailStoreContinuationToken NextToken { get; } #Continuation for the next page, or null when this scanned result set is exhausted.
public Int32 ItemsScanned { get; } #Lightweight references evaluated during this execution.
public Int32 MatchesInScan { get; } #Total matching rows within the bounded scan, including rows before this continuation.
public Boolean ScanLimitReached { get; } #True when more source references existed beyond MaxItemsScanned.
public EmailStoreQueryPlan Plan { get; } #Actual read/sort/projection plan.