Show / Hide Table of Contents

Class Stats

Upgrade stats for read pool instances.

Inheritance
object
Stats
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class Stats : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Failed

Number of read pool instances which failed to upgrade.

Declaration
[JsonProperty("failed")]
public virtual int? Failed { get; set; }
Property Value
Type Description
int?

NotStarted

Number of read pool instances for which upgrade has not started.

Declaration
[JsonProperty("notStarted")]
public virtual int? NotStarted { get; set; }
Property Value
Type Description
int?

Ongoing

Number of read pool instances undergoing upgrade.

Declaration
[JsonProperty("ongoing")]
public virtual int? Ongoing { get; set; }
Property Value
Type Description
int?

Success

Number of read pool instances successfully upgraded.

Declaration
[JsonProperty("success")]
public virtual int? Success { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX