public sealed class IncrementalBackupSpec : IMessage<IncrementalBackupSpec>, IEquatable<IncrementalBackupSpec>, IDeepCloneable<IncrementalBackupSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class IncrementalBackupSpec.
The specification for incremental backup chains.
An incremental backup stores the delta of changes between a previous
backup and the database contents at a given version time. An
incremental backup chain consists of a full backup and zero or more
successive incremental backups. The first backup created for an
incremental backup chain is always a full backup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `IncrementalBackupSpec` is 5.0.0-beta05."],["This page provides reference documentation and code samples for the `IncrementalBackupSpec` class within the Google Cloud Spanner Database Administration v1 API."],["`IncrementalBackupSpec` defines the specification for creating and managing incremental backup chains."],["An incremental backup chain always begins with a full backup, followed by zero or more incremental backups that contain changes from the previous backup."],["The class `IncrementalBackupSpec` inherits from object and implements the interfaces IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]