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

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

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

IssueStats holds stats for a particular signal category.

Inheritance

object > IssueStats

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

IssueStats()

public IssueStats()

IssueStats(IssueStats)

public IssueStats(IssueStats other)
Parameter
Name Description
other IssueStats

Properties

DeltaDetails

public DeltaDetails DeltaDetails { get; set; }

Optional. Delta counts and details of resources for which issue was raised or fixed.

Property Value
Type Description
DeltaDetails

HasIssueSeverity

public bool HasIssueSeverity { get; }

Gets whether the "issue_severity" field is set

Property Value
Type Description
bool

IssueSeverity

public IssueSeverity IssueSeverity { get; set; }

Severity of the issue.

Property Value
Type Description
IssueSeverity

ResourceCount

public int ResourceCount { get; set; }

Number of resources having issues of a given type.

Property Value
Type Description
int

SignalType

public SignalType SignalType { get; set; }

Type of signal which is an issue.

Property Value
Type Description
SignalType