API Reference
Class
EmailStoreQueryPlan
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.
Returned or exposed by
- Property EmailStorePstSplitPlan.QueryPlan
- Property EmailStoreTablePage.Plan
- Method EmailStoreTableQuery.Explain
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.