Google Cloud Bigtable Administration v2 API - Class Table.Types.AutomatedBackupPolicy (3.17.0)

public sealed class Table.Types.AutomatedBackupPolicy : IMessage<Table.Types.AutomatedBackupPolicy>, IEquatable<Table.Types.AutomatedBackupPolicy>, IDeepCloneable<Table.Types.AutomatedBackupPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Table.Types.AutomatedBackupPolicy.

Defines an automated backup policy for a table

Inheritance

object > Table.Types.AutomatedBackupPolicy

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

AutomatedBackupPolicy()

public AutomatedBackupPolicy()

AutomatedBackupPolicy(AutomatedBackupPolicy)

public AutomatedBackupPolicy(Table.Types.AutomatedBackupPolicy other)
Parameter
Name Description
other TableTypesAutomatedBackupPolicy

Properties

Frequency

public Duration Frequency { get; set; }

Required. How frequently automated backups should occur. The only supported value at this time is 24 hours.

Property Value
Type Description
Duration

RetentionPeriod

public Duration RetentionPeriod { get; set; }

Required. How long the automated backups should be retained. The only supported value at this time is 3 days.

Property Value
Type Description
Duration