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
Implements
IMessageTableTypesAutomatedBackupPolicy, IEquatableTableTypesAutomatedBackupPolicy, IDeepCloneableTableTypesAutomatedBackupPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
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 |