Maintenance v1beta API - Class MaintenanceSummary.Types.Stats (1.0.0-beta01)

public sealed class MaintenanceSummary.Types.Stats : IMessage<MaintenanceSummary.Types.Stats>, IEquatable<MaintenanceSummary.Types.Stats>, IDeepCloneable<MaintenanceSummary.Types.Stats>, IBufferMessage, IMessage

Reference documentation and code samples for the Maintenance v1beta API class MaintenanceSummary.Types.Stats.

Stats indicates the type of aggregate and the corresponding aggregates.

Inheritance

object > MaintenanceSummary.Types.Stats

Namespace

Google.Cloud.Maintenance.Api.V1Beta

Assembly

Google.Cloud.Maintenance.Api.V1Beta.dll

Constructors

Stats()

public Stats()

Stats(Stats)

public Stats(MaintenanceSummary.Types.Stats other)
Parameter
Name Description
other MaintenanceSummaryTypesStats

Properties

Aggregates

public RepeatedField<MaintenanceSummary.Types.Aggregate> Aggregates { get; }

Aggregates is a list <group, count> pairs. For example, if the group_by is "state" a possible tuple in the aggregates list could be "SCHEDULED" : 11,

Property Value
Type Description
RepeatedFieldMaintenanceSummaryTypesAggregate

GroupBy

public string GroupBy { get; set; }

groupBy specifies the type of aggregate. For example a group_by might be "state"

Property Value
Type Description
string