Show / Hide Table of Contents

Class FoldersResource

The "folders" collection of methods.

Inheritance
object
FoldersResource
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
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class FoldersResource

Constructors

FoldersResource(IClientService)

Constructs a new resource.

Declaration
public FoldersResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

AggregateQueryStats(AggregateQueryStatsRequest, string)

AggregateQueryStats provides database resource query execution statistics.

Declaration
public virtual FoldersResource.AggregateQueryStatsRequest AggregateQueryStats(AggregateQueryStatsRequest body, string parent)
Parameters
Type Name Description
AggregateQueryStatsRequest body

The body of the request.

string parent

Required. Parent can be a project, a folder, or an organization. The search is limited to the resources within the parent. The allowed values are: * projects/{PROJECT_ID} (e.g., "projects/foo-bar") * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * folders/{FOLDER_NUMBER} (e.g., "folders/1234567") * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")

Returns
Type Description
FoldersResource.AggregateQueryStatsRequest
In this article
Back to top Generated by DocFX