public sealed class MaintenanceSummary.Types.Aggregate : IMessage<MaintenanceSummary.Types.Aggregate>, IEquatable<MaintenanceSummary.Types.Aggregate>, IDeepCloneable<MaintenanceSummary.Types.Aggregate>, IBufferMessage, IMessage
Reference documentation and code samples for the Maintenance v1beta API class MaintenanceSummary.Types.Aggregate.
Aggregate is a <group, count> pair.
Implements
IMessageMaintenanceSummaryTypesAggregate, IEquatableMaintenanceSummaryTypesAggregate, IDeepCloneableMaintenanceSummaryTypesAggregate, IBufferMessage, IMessageNamespace
Google.Cloud.Maintenance.Api.V1BetaAssembly
Google.Cloud.Maintenance.Api.V1Beta.dll
Constructors
Aggregate()
public Aggregate()
Aggregate(Aggregate)
public Aggregate(MaintenanceSummary.Types.Aggregate other)
Parameter | |
---|---|
Name | Description |
other |
MaintenanceSummaryTypesAggregate |
Properties
Count
public long Count { get; set; }
The count of the group.
Property Value | |
---|---|
Type | Description |
long |
Group
public string Group { get; set; }
Specifies what specific value of the group_by the count represents. For
example if group_by is "state"
its corresponding group could be
"SCHEDULED"
.
Property Value | |
---|---|
Type | Description |
string |