AutomaticAggregationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Value of the Model.AutomaticAggregationOptions property
public sealed class AutomaticAggregationOptions : Microsoft.AnalysisServices.Tabular.CustomJsonProperty<Microsoft.AnalysisServices.Tabular.Model>
type AutomaticAggregationOptions = class
inherit CustomJsonProperty<Model>
Public NotInheritable Class AutomaticAggregationOptions
Inherits CustomJsonProperty(Of Model)
- Inheritance
Remarks
This object is only supported when the compatibility level of the database is at 1564 or above.
Constructors
AutomaticAggregationOptions() |
Create new instance of AutomaticAggregationOptions class with all default options |
AutomaticAggregationOptions(Double) |
Create new instance of AutomaticAggregationOptions class with the specified query-coverage. |
Properties
AggregationTableMaxRows |
The max size of any aggregation table in rows. |
AggregationTableSizeLimit |
The size limit of any aggregation table with respect to the associated detail table(s); the specified value is the ratio, defined as the percentage of the detail table. |
DetailTableMinRows |
The minimal row size of the detail table for creating automatic aggregation partitions. |
IsEmpty |
Gets an indication if the custom-property object is empty. (Inherited from CustomJsonProperty<TOwner>) |
Item[String] |
Get and set the value in the automatic aggregation options. Null denotes missing key, setting value to null means to remove the key. (Inherited from CustomJsonProperty<TOwner>) |
QueryCoverage |
The option defines the ratio of queries that will use aggregations. |
Methods
ParseJson(String) |
Parse a json string (Inherited from CustomJsonProperty<TOwner>) |
ToJson() |
Format object as string |
ToString() |
Format object as string (Inherited from CustomJsonProperty<TOwner>) |