Click or drag to resize

CoverageQueryResult Properties

The CoverageQueryResult type exposes the following members.

Properties
  NameDescription
Public propertyAppliedCoverageFilters
Gets the set of CoverageFilters which have been applied to these results.
Protected propertyAssetAccessResults
Gets a list of the access results corresponding to each of the asset objects in AssetsConsidered.
(Inherited from CoverageData.)
Protected propertyAssetsConsidered
Gets a list of the considered assets.
(Inherited from CoverageData.)
Public propertyConsideredIntervals
Gets or sets the time intervals considered when computing these coverage results.
(Inherited from CoverageData.)
Public propertySatisfactionIntervals
Gets or sets the intervals during which coverage is satisfied.
(Inherited from CoverageData.)
Public propertySatisfactionIntervalsWithNumberOfAssets
Gets the set of overall satisfaction intervals with the number of assets providing coverage for that interval recorded in the Data property.
Public propertyUnknownIntervals
Gets or sets the intervals during which it is unknown whether or not the query is satisfied because insufficient information is available.
(Inherited from CoverageData.)
Top
See Also