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
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
The time the CreateBackup request was received.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
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
object representation of VersionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use VersionTimeDateTimeOffset instead.")]
public virtual object VersionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
VersionTimeDateTimeOffset
DateTimeOffset representation of VersionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? VersionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
VersionTimeRaw
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 string VersionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |