API Reference

Class

EmailStoreTablePage

Namespace OfficeIMO.Email.Store
Assembly OfficeIMO.Email
Modifiers sealed

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

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.