Sdílet prostřednictvím


DesignAggregationsResult Members

Include Protected Members
Include Inherited Members

Defines what information is returned about the aggregations design process.

The DesignAggregationsResult type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property AggregationCount Gets the total number of aggregations designed to this point.
Public property LastStep Gets a Boolean value that tells if the aggregation design process has finished.
Public property Optimization Gets the level of performance improvement reached in the aggregation design process.
Public property Steps Gets the number of steps the designer accomplished in the last aggregation design iteration.
Public property Storage Gets the total estimated storage, in bytes, required for aggregations designed to this point.
Public property Time Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.

Top