Show / Hide Table of Contents

Class DatabaseResourceGroup

DatabaseResourceGroup represents all resources that serve a common data set. It is considered notionally as a single entity, powered by any number of units of compute and storage.

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

Properties

ETag

The ETag of the item.

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

RootResources

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

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

SignalGroups

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX