[AttributeUsage(AttributeTargets.Property)]public sealed class ServerTimestampAttribute:Attribute
Reference documentation and code samples for the Firestore API class ServerTimestampAttribute.
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 API."],["The `ServerTimestampAttribute` is used to mark a property in a .NET object so that when it creates or modifies a Firestore document, the server's timestamp will be used instead of the property's existing value."],["The `ServerTimestampAttribute` can be used on properties within a .NET object, as specified by the `AttributeUsage(AttributeTargets.Property)` definition."],["This page also contains links to documentation for the varying versions of this product, ranging from version 2.3.1 up to the latest version 3.10.0."]]],[]]