Class ScansResource
The "scans" collection of methods.
Inheritance
System.Object
ScansResource
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 ScansResource
Constructors
ScansResource(IClientService)
Constructs a new resource.
Declaration
public ScansResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(String)
Return available scans given a Database-specific resource name.
Declaration
public virtual ScansResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | parent | Required. The unique name of the parent resource, specific to the Database service implementing this interface. |
Returns
| Type | Description |
|---|---|
| ScansResource.ListRequest |