Class GoogleCloudMetastoreV2ScheduledBackup
This specifies the configuration of scheduled backup.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV2ScheduledBackup : IDirectResponseSchema
Properties
BackupLocation
Optional. A Cloud Storage URI of a folder, in the format gs:///. A sub-folder containing backup files will be stored below it.
Declaration
[JsonProperty("backupLocation")]
public virtual string BackupLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CronSchedule
Optional. The scheduled interval in Cron format, see https://en.wikipedia.org/wiki/Cron The default is empty: scheduled backup is not enabled. Must be specified to enable scheduled backups.
Declaration
[JsonProperty("cronSchedule")]
public virtual string CronSchedule { 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 |
Enabled
Optional. Defines whether the scheduled backup is enabled. The default value is false.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LatestBackup
Output only. The details of the latest scheduled backup.
Declaration
[JsonProperty("latestBackup")]
public virtual GoogleCloudMetastoreV2LatestBackup LatestBackup { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV2LatestBackup |
NextScheduledTime
object representation of NextScheduledTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use NextScheduledTimeDateTimeOffset instead.")]
public virtual object NextScheduledTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
NextScheduledTimeDateTimeOffset
DateTimeOffset representation of NextScheduledTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? NextScheduledTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
NextScheduledTimeRaw
Output only. The time when the next backups execution is scheduled to start.
Declaration
[JsonProperty("nextScheduledTime")]
public virtual string NextScheduledTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeZone
Optional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), e.g. America/Los_Angeles or Africa/Abidjan. If left unspecified, the default is UTC.
Declaration
[JsonProperty("timeZone")]
public virtual string TimeZone { get; set; }
Property Value
| Type | Description |
|---|---|
| string |