Proactive Caching Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
AggregationStorage | StorageType | MolapOnly | This value specifies the storage type for partitions with proactive caching. |
Enabled | Boolean | false | This value specifies whether this proactive caching settings object is enabled. |
ForceRebuildInterval | TimeSpan | System.Xml.XmlConvert.ToTimeSpan("-P0DT0H0M1S") | This value specifies the amount of time following the dropping of a MOLAP image when the MOLAP imaging will begin. |
IsForceRebuildEnabled | Boolean | False | This value specifies whether the force rebuild interval is enabled. |
IsSilenceEnabled | Boolean | False | This value specifies whether the silence interval is enabled. |
IsSilenceOverrideEnabled | Boolean | False | This value specifies whether the silence override interval is enabled. |
Latency | TimeSpan | System.Xml.XmlConvert.ToTimeSpan("-P0DT0H0M1S") | This value specifies the amount of time that must pass after notification and before MOLAP images are deleted. |
OnlineMode | ProactiveCachingOnlineMode | Immediate | This value specifies when the proactive caching object comes online. |
SilenceInterval | TimeSpan | System.Xml.XmlConvert.ToTimeSpan("-P0DT0H0M1S") | This value specifies the amount of time that must pass after the last activity before MOLAP imaging can begin. |
SilenceOverrideInterval | TimeSpan | System.Xml.XmlConvert.ToTimeSpan("-P0DT0H0M1S") | This value specifies the amount of time following notification when the MOLAP imaging will begin. |
Singleton Children
Child | API Type | Description |
---|---|---|
<QueryNotificationProactiveCachingSource /> | AstQueryNotificationProactiveCachingSourceNode | The AstQueryNotificationProactiveCachingSourceNode type provides information to the Proactive Caching object about which query to execute to determine whether a data source has been modified. |
<IncrementalNotificationProactiveCachingSource /> | AstIncrementalNotificationProactiveCachingSourceNode | The AstIncrementalNotificationProactiveCachingSourceNode type provides information to the Proactive Caching object about how to determine incremental processing progress. |
<SqlServerTableNotificationProactiveCachingSource /> | AstSqlServerTableNotificationProactiveCachingSourceNode | The AstSqlServerTableNotificationProactiveCachingSourceNode corresponds directly to SQL Server Table Notification Source for proactive caching in SQL Server Analysis Services. |
<ClientInitiatedTableNotificationProactiveCachingSource /> | AstClientInitiatedTableNotificationProactiveCachingSourceNode | The AstClientInitiatedTableNotificationProactiveCachingSourceNode type corresponds directly to client initiated table notification for a proactive caching source in SQL Server Analysis Services. |
Collection Children
Child | API Type | Description |
---|---|---|
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |