API Reference

Class

EmailStoreQueryPlan

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

Read behavior and deterministic ordering selected for a Store table query.

Inheritance

  • Object
  • EmailStoreQueryPlan

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public EmailStoreFilter Filter { get; } #

Typed filter AST.

public IReadOnlyList<EmailStoreSort> EffectiveSorts { get; } #

Effective ordering including stable tie-break columns.

public EmailStoreProjection Projection { get; } #

Output column projection.

public Int32 MaxItemsScanned { get; } #

Maximum references evaluated.

public Int32 PageSize { get; } #

Maximum returned rows.

public Boolean MaterializesMatchesForSort { get; } #

Whether matching summary rows are buffered to establish global ordering.

public Boolean ReadsItemPayloads { get; } #

Whether complete documents, bodies, recipients, or attachment payloads are read.