Identifier. Full resource path of the backup. the last part of the name is
the backup id with the following format: [YYYYMMDDHHMMSS]_[Shorted Instance
UID] OR customer specified while backup instance. Example:
20240515123000_1234
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Memorystore v1 API - Class Backup (1.0.0-beta03)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta03 (latest)](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.Backup) \n\n public sealed class Backup : IMessage\u003cBackup\u003e, IEquatable\u003cBackup\u003e, IDeepCloneable\u003cBackup\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Memorystore v1 API class Backup.\n\nBackup of an instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Backup \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Backup](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Backup](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Backup](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Memorystore.V1](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Memorystore.V1.dll\n\nConstructors\n------------\n\n### Backup()\n\n public Backup()\n\n### Backup(Backup)\n\n public Backup(Backup other)\n\nProperties\n----------\n\n### BackupFiles\n\n public RepeatedField\u003cBackupFile\u003e BackupFiles { get; }\n\nOutput only. List of backup files of the backup.\n\n### BackupName\n\n public BackupName BackupName { get; set; }\n\n[BackupName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup#Google_Cloud_Memorystore_V1_Backup_Name) resource name property.\n\n### BackupType\n\n public Backup.Types.BackupType BackupType { get; set; }\n\nOutput only. Type of the backup.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the backup was created.\n\n### EngineVersion\n\n public string EngineVersion { get; set; }\n\nOutput only. valkey-7.5/valkey-8.0, etc.\n\n### ExpireTime\n\n public Timestamp ExpireTime { get; set; }\n\nOutput only. The time when the backup will expire.\n\n### Instance\n\n public string Instance { get; set; }\n\nOutput only. Instance resource path of this backup.\n\n### InstanceAsInstanceName\n\n public InstanceName InstanceAsInstanceName { get; set; }\n\n[InstanceName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.InstanceName)-typed view over the [Instance](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.Backup#Google_Cloud_Memorystore_V1_Backup_Instance) resource name property.\n\n### InstanceUid\n\n public string InstanceUid { get; set; }\n\nOutput only. Instance uid of this backup.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. Full resource path of the backup. the last part of the name is\nthe backup id with the following format: \\[YYYYMMDDHHMMSS\\]_\\[Shorted Instance\nUID\\] OR customer specified while backup instance. Example:\n20240515123000_1234\n\n### NodeType\n\n public Instance.Types.NodeType NodeType { get; set; }\n\nOutput only. Node type of the instance.\n\n### ReplicaCount\n\n public int ReplicaCount { get; set; }\n\nOutput only. Number of replicas for the instance.\n\n### ShardCount\n\n public int ShardCount { get; set; }\n\nOutput only. Number of shards for the instance.\n\n### State\n\n public Backup.Types.State State { get; set; }\n\nOutput only. State of the backup.\n\n### TotalSizeBytes\n\n public long TotalSizeBytes { get; set; }\n\nOutput only. Total size of the backup in bytes.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. System assigned unique identifier of the backup."]]