ProactiveCaching Members
Include Protected Members
Include Inherited Members
Defines ProactiveCaching settings for a parent element.
The ProactiveCaching type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProactiveCaching() | Initializes a new instance of ProactiveCaching using the default values. |
Top
Methods
Name | Description | |
---|---|---|
Clone() | Creates a new full copy of an object. | |
CopyTo(ProactiveCaching) | Copies a ProactiveCaching object to the specified object. | |
CreateObjRef(Type) | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Component.) | |
GetHashCode() | (Inherited from Object.) | |
GetLifetimeService() | (Inherited from MarshalByRefObject.) | |
GetService(Type) | (Inherited from Component.) | |
GetType() | (Inherited from Object.) | |
InitializeLifetimeService() | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString() | (Inherited from Component.) |
Top
Properties
Name | Description | |
---|---|---|
AggregationStorage | Gets or sets storage for partitions with ProactiveCaching. | |
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Enabled | Gets or sets Enabled for ProactiveCaching. | |
Events | (Inherited from Component.) | |
ForceRebuildInterval | Gets or sets the amount of time, starting after a MOLAP image is dropped, after which MOLAP imaging starts unconditionally. | |
Latency | Gets or sets the “grace period” between the earliest notification and the moment when the MOLAP images are destroyed. | |
OnlineMode | Gets or sets OnlineMode for a ProactiveCaching object. | |
SilenceInterval | Gets or sets the minimum amount of no activity before MOLAP imaging starts. | |
SilenceOverrideInterval | Gets or sets the amount of time after an initial notification when the MOLAP imaging process starts. | |
Site | (Inherited from Component.) | |
Source | Gets or sets the binding of the ProactiveCaching object. |
Top