SaaS Runtime v1beta1 API - Class Aggregate (1.0.0-beta01)

public sealed class Aggregate : IMessage<Aggregate>, IEquatable<Aggregate>, IDeepCloneable<Aggregate>, IBufferMessage, IMessage

Reference documentation and code samples for the SaaS Runtime v1beta1 API class Aggregate.

Represents the aggregation of a set of population of like records by a certain group. For example, a collection of unit counts can be aggregated and grouped by their state.

Inheritance

object > Aggregate

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

Aggregate()

public Aggregate()

Aggregate(Aggregate)

public Aggregate(Aggregate other)
Parameter
Name Description
other Aggregate

Properties

Count

public int Count { get; set; }

Required. Number of records in the group.

Property Value
Type Description
int

Group

public string Group { get; set; }

Required. Group by which to aggregate.

Property Value
Type Description
string