Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.DatabaseOperationsResource

The "databaseOperations" collection of methods.

Inheritance
System.Object
ProjectsResource.InstancesResource.DatabaseOperationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class DatabaseOperationsResource

Constructors

DatabaseOperationsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Lists database longrunning-operations. A database operation has a name of the form projects//instances//databases//operations/. The long-running operation metadata field type metadata.type_url describes the type of the metadata. Operations returned include those that have completed/failed/canceled within the last 7 days, and pending operations.

Declaration
public virtual ProjectsResource.InstancesResource.DatabaseOperationsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The instance of the database operations. Values are of the form projects//instances/.

Returns
Type Description
ProjectsResource.InstancesResource.DatabaseOperationsResource.ListRequest
In This Article
Back to top