Class AggregateIssueStatsResponse
The response message containing one of more group of relevant health issues for database resources.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class AggregateIssueStatsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssueGroupStats
List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
Declaration
[JsonProperty("issueGroupStats")]
public virtual IList<IssueGroupStats> IssueGroupStats { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<IssueGroupStats> |
TotalResourceGroupsCount
Total count of the resource filtered in based on the user given filter.
Declaration
[JsonProperty("totalResourceGroupsCount")]
public virtual int? TotalResourceGroupsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
TotalResourcesCount
Total count of the resources filtered in based on the user given filter.
Declaration
[JsonProperty("totalResourcesCount")]
public virtual int? TotalResourcesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Unreachable
Unordered list. List of unreachable regions from where data could not be retrieved.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |