[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 automatically populate a Firestore document's field with the server's timestamp when the document is created or modified."],["This attribute, which targets properties, ensures that any specified value in the .NET object is ignored in favor of the server's commit time."],["The latest available version of `ServerTimestampAttribute` is 3.10.0, with several previous versions listed down to 2.3.1."],["`ServerTimestampAttribute` inherits from `Attribute` and is found in the `Google.Cloud.Firestore` namespace within the `Google.Cloud.Firestore.dll` assembly."],["`ServerTimestampAttribute` has multiple methods that it inherits from it's Parent class, such as `GetCustomAttributes`, `GetCustomAttribute`, `IsDefined`, and `GetHashCode`."]]],[]]