Class StorageDatabasecenterPartnerapiV1mainRetentionSettings
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainRetentionSettings : IDirectResponseSchema
Properties
DurationBasedRetention
Duration based retention period i.e. 172800 seconds (2 days)
Declaration
[JsonProperty("durationBasedRetention")]
public virtual object DurationBasedRetention { 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 |
QuantityBasedRetention
Quantity based retention period i.e. 7 backups
Declaration
[JsonProperty("quantityBasedRetention")]
public virtual int? QuantityBasedRetention { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
RetentionUnit
The unit that 'retained_backups' represents.
Declaration
[JsonProperty("retentionUnit")]
public virtual string RetentionUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimeBasedRetention
Duration based retention period i.e. 172800 seconds (2 days)
Declaration
[JsonProperty("timeBasedRetention")]
public virtual object TimeBasedRetention { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TimestampBasedRetentionTime
object representation of TimestampBasedRetentionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampBasedRetentionTimeDateTimeOffset instead.")]
public virtual object TimestampBasedRetentionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TimestampBasedRetentionTimeDateTimeOffset
DateTimeOffset representation of TimestampBasedRetentionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampBasedRetentionTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
TimestampBasedRetentionTimeRaw
Timestamp based retention period i.e. 2024-05-01T00:00:00Z
Declaration
[JsonProperty("timestampBasedRetentionTime")]
public virtual string TimestampBasedRetentionTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |