Output only. The timestamp at which this backup schedule was most recently
updated. When a backup schedule is first created, this is the same as
create_time.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eBackupSchedule\u003c/code\u003e class in the Google Cloud Firestore Admin v1 API manages backup schedules for Cloud Firestore databases.\u003c/p\u003e\n"],["\u003cp\u003eThis resource is tied to a specific database and is deleted if the database is removed, although the backups themselves are preserved.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBackupSchedule\u003c/code\u003e class provides properties like \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eUpdateTime\u003c/code\u003e, \u003ccode\u003eRetention\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e to manage the scheduling, duration, and identification of backups.\u003c/p\u003e\n"],["\u003cp\u003eBackup schedules can be set for daily or weekly recurrences using \u003ccode\u003eDailyRecurrence\u003c/code\u003e or \u003ccode\u003eWeeklyRecurrence\u003c/code\u003e properties.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the reference documentation for \u003ccode\u003eBackupSchedule\u003c/code\u003e class is 3.12.0, with other previous versions ranging from 2.2.0 to 3.11.0 also listed.\u003c/p\u003e\n"]]],[],null,["# Firestore Admin v1 API - Class BackupSchedule (3.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.15.0 (latest)](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.14.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.14.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.13.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.13.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.12.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.12.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.11.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.11.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.10.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.10.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.9.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.9.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.8.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.8.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.7.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.6.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.5.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.4.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.3.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.2.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.1.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/3.0.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.4.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.3.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/2.2.0/Google.Cloud.Firestore.Admin.V1.BackupSchedule) \n\n public sealed class BackupSchedule : IMessage\u003cBackupSchedule\u003e, IEquatable\u003cBackupSchedule\u003e, IDeepCloneable\u003cBackupSchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Firestore Admin v1 API class BackupSchedule.\n\nA backup schedule for a Cloud Firestore Database.\n\nThis resource is owned by the database it is backing up, and is deleted along\nwith the database. The actual backups are not though. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupSchedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[BackupSchedule](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupSchedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[BackupSchedule](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupSchedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[BackupSchedule](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupSchedule), [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.Firestore.Admin.V1](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Firestore.Admin.V1.dll\n\nConstructors\n------------\n\n### BackupSchedule()\n\n public BackupSchedule()\n\n### BackupSchedule(BackupSchedule)\n\n public BackupSchedule(BackupSchedule other)\n\nProperties\n----------\n\n### BackupScheduleName\n\n public BackupScheduleName BackupScheduleName { get; set; }\n\n[BackupScheduleName](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupScheduleName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.BackupSchedule#Google_Cloud_Firestore_Admin_V1_BackupSchedule_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. The timestamp at which this backup schedule was created and\neffective since.\n\nNo backups will be created for this schedule before this time.\n\n### DailyRecurrence\n\n public DailyRecurrence DailyRecurrence { get; set; }\n\nFor a schedule that runs daily.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The unique backup schedule identifier across all locations and\ndatabases for the given project.\n\nThis will be auto-assigned.\n\nFormat is\n`projects/{project}/databases/{database}/backupSchedules/{backup_schedule}`\n\n### RecurrenceCase\n\n public BackupSchedule.RecurrenceOneofCase RecurrenceCase { get; }\n\n### Retention\n\n public Duration Retention { get; set; }\n\nAt what relative time in the future, compared to its creation time,\nthe backup should be deleted, e.g. keep backups for 7 days.\n\nThe maximum supported retention period is 14 weeks.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. The timestamp at which this backup schedule was most recently\nupdated. When a backup schedule is first created, this is the same as\ncreate_time.\n\n### WeeklyRecurrence\n\n public WeeklyRecurrence WeeklyRecurrence { get; set; }\n\nFor a schedule that runs weekly on a specific day."]]