[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"]],[["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-01 UTC."],[[["The `ServerTimestampAttribute` is used to indicate that a property's value in a .NET object should be replaced with the server time when a document is created or modified in Firestore."],["This attribute automatically populates the Firestore document with the server's timestamp upon document creation or modification, overriding any value in the property of the .NET object."],["The `ServerTimestampAttribute` can be applied to properties within a .NET object."],["The current latest version is 3.10.0, and there are previous versions, starting at 2.3.1, of this specific attribute available for use, with version 2.5.0 being the base of the provided information."],["`ServerTimestampAttribute` inherits from the `Attribute` class."]]],[]]