AggregationMode Enum
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.
Enumerates values returned by several methods of AggregationMode.
public enum AggregationMode
type AggregationMode =
- Inheritance
-
AggregationMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Aggregation mode: aggregate immediately after insert or update operation(s) are complete. |
Immediate | 1 | Aggregation mode: aggregate at the time the raw contact is inserted/updated. |
Suspended | 2 | |
Disabled | 3 |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.