Show / Hide Table of Contents

Class IssueStats

IssueStats holds stats for a particular signal category.

Inheritance
object
IssueStats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX