Class ConsolidationStrategy
How the individual activities are consolidated. If a set of activities is related they can be consolidated into one combined activity, such as one actor performing the same action on multiple targets, or multiple actors performing the same action on a single target. The strategy defines the rules for which activities are related.
Implements
Inherited Members
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class ConsolidationStrategy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Legacy
The individual activities are consolidated using the legacy strategy.
Declaration
[JsonProperty("legacy")]
public virtual Legacy Legacy { get; set; }
Property Value
Type | Description |
---|---|
Legacy |
None
The individual activities are not consolidated.
Declaration
[JsonProperty("none")]
public virtual NoConsolidation None { get; set; }
Property Value
Type | Description |
---|---|
NoConsolidation |