[AttributeUsage(AttributeTargets.Property)]public sealed class ServerTimestampAttribute:Attribute
Attribute indicating that the value of the property within the .NET object should be ignored
when creating or modifying a document. Instead, the server time of the commit that creates
or modifies the document is automatically used to populate the value in the Firestore document.
[[["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\u003eServerTimestampAttribute\u003c/code\u003e is used to automatically populate a Firestore document's field with the server's timestamp when the document is created or modified.\u003c/p\u003e\n"],["\u003cp\u003eThis attribute, which targets properties, ensures that any specified value in the .NET object is ignored in favor of the server's commit time.\u003c/p\u003e\n"],["\u003cp\u003eThe latest available version of \u003ccode\u003eServerTimestampAttribute\u003c/code\u003e is 3.10.0, with several previous versions listed down to 2.3.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServerTimestampAttribute\u003c/code\u003e inherits from \u003ccode\u003eAttribute\u003c/code\u003e and is found in the \u003ccode\u003eGoogle.Cloud.Firestore\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.Firestore.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServerTimestampAttribute\u003c/code\u003e has multiple methods that it inherits from it's Parent class, such as \u003ccode\u003eGetCustomAttributes\u003c/code\u003e, \u003ccode\u003eGetCustomAttribute\u003c/code\u003e, \u003ccode\u003eIsDefined\u003c/code\u003e, and \u003ccode\u003eGetHashCode\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]