Database Center v1beta API - Class AggregateIssueStatsResponse (1.0.0-beta04)

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

Reference documentation and code samples for the Database Center v1beta API class AggregateIssueStatsResponse.

The response message containing one of more group of relevant health issues for database resources.

Inheritance

object > AggregateIssueStatsResponse

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

AggregateIssueStatsResponse()

public AggregateIssueStatsResponse()

AggregateIssueStatsResponse(AggregateIssueStatsResponse)

public AggregateIssueStatsResponse(AggregateIssueStatsResponse other)
Parameter
Name Description
other AggregateIssueStatsResponse

Properties

IssueGroupStats

public RepeatedField<IssueGroupStats> IssueGroupStats { get; }

List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.

Property Value
Type Description
RepeatedFieldIssueGroupStats

TotalResourceGroupsCount

public int TotalResourceGroupsCount { get; set; }

Total count of the resource filtered in based on the user given filter.

Property Value
Type Description
int

TotalResourcesCount

public int TotalResourcesCount { get; set; }

Total count of the resources filtered in based on the user given filter.

Property Value
Type Description
int

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. List of unreachable regions from where data could not be retrieved.

Property Value
Type Description
RepeatedFieldstring