Class BackupRetentionSettings
We currently only support backup retention by specifying the number of backups we will retain.
Inheritance
System.Object
BackupRetentionSettings
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.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class BackupRetentionSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RetainedBackups
Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is 'COUNT', we will retain this many backups.
Declaration
[JsonProperty("retainedBackups")]
public virtual int? RetainedBackups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RetentionUnit
The unit that 'retained_backups' represents.
Declaration
[JsonProperty("retentionUnit")]
public virtual string RetentionUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |