Class BackupInfo
Information about a backup.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class BackupInfo : IDirectResponseSchema
Properties
Backup
Name of the backup.
Declaration
[JsonProperty("backup")]
public virtual string Backup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreateTime
The time the CreateBackup request was received.
Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceDatabase
Name of the database the backup was created from.
Declaration
[JsonProperty("sourceDatabase")]
public virtual string SourceDatabase { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VersionTime
The backup contains an externally consistent copy of source_database at the timestamp specified by
version_time. If the CreateBackup request did not specify version_time, the version_time of the backup
is equivalent to the create_time.
Declaration
[JsonProperty("versionTime")]
public virtual object VersionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |