Show / Hide Table of Contents

Class AggregateFleetRow

Individual row grouped by a particular dimension.

Inheritance
object
AggregateFleetRow
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 AggregateFleetRow : IDirectResponseSchema

Properties

DeltaDetails

Optional. Delta counts and details of resources which were added to/deleted from fleet.

Declaration
[JsonProperty("deltaDetails")]
public virtual DeltaDetails DeltaDetails { get; set; }
Property Value
Type Description
DeltaDetails

Dimension

Group by dimension.

Declaration
[JsonProperty("dimension")]
public virtual IList<Dimension> Dimension { get; set; }
Property Value
Type Description
IList<Dimension>

ETag

The ETag of the item.

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

ResourceGroupsCount

Number of resource groups that have a particular dimension.

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

ResourcesCount

Number of resources that have a particular dimension.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX