Class ListBackupsResponse
The response for ListBackups.
Inheritance
System.Object
ListBackupsResponse
Implements
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.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ListBackupsResponse : IDirectResponseSchema
Properties
Backups
The list of matching backups. Backups returned are ordered by create_time in descending order, starting
from the most recent create_time.
Declaration
[JsonProperty("backups")]
public virtual IList<Backup> Backups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Backup> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NextPageToken
next_page_token can be sent in a subsequent ListBackups call to fetch more of the matching backups.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |