Class IssueStats
IssueStats holds stats for a particular signal category.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class IssueStats : IDirectResponseSchema
Properties
DeltaDetails
Optional. Delta counts and details of resources for which issue was raised or fixed.
Declaration
[JsonProperty("deltaDetails")]
public virtual DeltaDetails DeltaDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| DeltaDetails |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssueSeverity
Severity of the issue.
Declaration
[JsonProperty("issueSeverity")]
public virtual string IssueSeverity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceCount
Number of resources having issues of a given type.
Declaration
[JsonProperty("resourceCount")]
public virtual int? ResourceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SignalType
Type of signal which is an issue.
Declaration
[JsonProperty("signalType")]
public virtual string SignalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |