public sealed class BackupCollection : IMessage<BackupCollection>, IEquatable<BackupCollection>, IDeepCloneable<BackupCollection>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 API class BackupCollection.
Output only. The full resource path of the instance the backup collection
belongs to. Example:
projects/{project}/locations/{location}/instances/{instance}
[[["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 BackupCollection (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.BackupCollection)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/1.0.0-beta02/Google.Cloud.Memorystore.V1.BackupCollection) \n\n public sealed class BackupCollection : IMessage\u003cBackupCollection\u003e, IEquatable\u003cBackupCollection\u003e, IDeepCloneable\u003cBackupCollection\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Memorystore v1 API class BackupCollection.\n\nBackupCollection of an instance. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupCollection \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackupCollection](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollection), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackupCollection](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollection), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackupCollection](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollection), [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### BackupCollection()\n\n public BackupCollection()\n\n### BackupCollection(BackupCollection)\n\n public BackupCollection(BackupCollection other)\n\nProperties\n----------\n\n### BackupCollectionName\n\n public BackupCollectionName BackupCollectionName { get; set; }\n\n[BackupCollectionName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollectionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollection#Google_Cloud_Memorystore_V1_BackupCollection_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The time when the backup collection was created.\n\n### Instance\n\n public string Instance { get; set; }\n\nOutput only. The full resource path of the instance the backup collection\nbelongs to. Example:\nprojects/{project}/locations/{location}/instances/{instance}\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.BackupCollection#Google_Cloud_Memorystore_V1_BackupCollection_Instance) resource name property.\n\n### InstanceUid\n\n public string InstanceUid { get; set; }\n\nOutput only. The instance uid of the backup collection.\n\n### KmsKey\n\n public string KmsKey { get; set; }\n\nOutput only. The KMS key used to encrypt the backups under this backup\ncollection.\n\n### KmsKeyAsCryptoKeyName\n\n public CryptoKeyName KmsKeyAsCryptoKeyName { get; set; }\n\n[CryptoKeyName](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.CryptoKeyName)-typed view over the [KmsKey](/dotnet/docs/reference/Google.Cloud.Memorystore.V1/latest/Google.Cloud.Memorystore.V1.BackupCollection#Google_Cloud_Memorystore_V1_BackupCollection_KmsKey) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nIdentifier. Full resource path of the backup collection.\n\n### Uid\n\n public string Uid { get; set; }\n\nOutput only. System assigned unique identifier of the backup collection."]]