Database Center v1beta API - Class AggregateQueryStatsResponse (1.0.0-beta08)

public sealed class AggregateQueryStatsResponse : IPageResponse<QueryStatsInfo>, IEnumerable<QueryStatsInfo>, IEnumerable, IMessage<AggregateQueryStatsResponse>, IEquatable<AggregateQueryStatsResponse>, IDeepCloneable<AggregateQueryStatsResponse>, IBufferMessage, IMessage

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

The response message containing relevant query stats for database resources.

Inheritance

object > AggregateQueryStatsResponse

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

AggregateQueryStatsResponse()

public AggregateQueryStatsResponse()

AggregateQueryStatsResponse(AggregateQueryStatsResponse)

public AggregateQueryStatsResponse(AggregateQueryStatsResponse other)
Parameter
Name Description
other AggregateQueryStatsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

QueryStats

public RepeatedField<QueryStatsInfo> QueryStats { get; }

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

Property Value
Type Description
RepeatedFieldQueryStatsInfo

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. List of unreachable regions from where data could not be retrieved.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<QueryStatsInfo> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorQueryStatsInfo