Show / Hide Table of Contents

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.

Inheritance
object
ConsolidationStrategy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX