[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."],[[["This page provides documentation for the `ServerTimestampAttribute` class within the Google Cloud Firestore .NET library, with the latest version being 3.10.0."],["`ServerTimestampAttribute` is used to automatically populate a Firestore document field with the server's timestamp during document creation or modification, overriding any value present in the .NET object."],["The `ServerTimestampAttribute` class inherits from the base `Attribute` class and is sealed, and it can only be applied to properties within a .NET object."],["This documentation lists all available versions from 2.3.1 to 3.10.0 and provides links to the documentation of each version, allowing you to browse through them."]]],[]]