Show / Hide Table of Contents

Class AggregationResult

Message describing a result of an aggregation.

Inheritance
object
AggregationResult
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class AggregationResult : IDirectResponseSchema

Properties

Count

Declaration
[JsonProperty("count")]
public virtual AggregationResultCount Count { get; set; }
Property Value
Type Description
AggregationResultCount

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Field

Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type Description
string

Frequency

Declaration
[JsonProperty("frequency")]
public virtual AggregationResultFrequency Frequency { get; set; }
Property Value
Type Description
AggregationResultFrequency

Histogram

Declaration
[JsonProperty("histogram")]
public virtual AggregationResultHistogram Histogram { get; set; }
Property Value
Type Description
AggregationResultHistogram

Sum

Declaration
[JsonProperty("sum")]
public virtual AggregationResultSum Sum { get; set; }
Property Value
Type Description
AggregationResultSum

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX