public sealed class Database.Types.SourceInfo.Types.BackupSource : IMessage<Database.Types.SourceInfo.Types.BackupSource>, IEquatable<Database.Types.SourceInfo.Types.BackupSource>, IDeepCloneable<Database.Types.SourceInfo.Types.BackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class Database.Types.SourceInfo.Types.BackupSource.
Information about a backup that was used to restore a database.
[[["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-04-17 UTC."],[[["This webpage provides reference documentation for the `Database.Types.SourceInfo.Types.BackupSource` class in the Firestore Admin v1 API, detailing its role in representing information about a backup used to restore a database."],["The class `Database.Types.SourceInfo.Types.BackupSource` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration within the Google Protobuf ecosystem and .NET framework."],["The documentation lists various versions of the API, ranging from version 2.2.0 to the latest 3.12.0, and provides links to the documentation of each version, allowing developers to reference specific API features and behaviors over time."],["The `BackupSource` class includes properties like `Backup` (a string) and `BackupAsBackupName` (of type `BackupName`) for accessing and manipulating the resource name of the backup used for restoration, along with constructors for initialization and copying."],["The provided API documentation is contained within the `Google.Cloud.Firestore.Admin.V1` namespace and the `Google.Cloud.Firestore.Admin.V1.dll` assembly."]]],[]]