Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainRetentionSettings

Inheritance
object
StorageDatabasecenterPartnerapiV1mainRetentionSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.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

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX