This attribute must only be applied to properties of DateTime, DateTimeOffset, Timestamp,
or the nullable equivalents, or a Timestamp.
This attribute is ignored when serializing a document to Firestore.
This attribute must not be applied on a property which also has FirestorePropertyAttribute.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `FirestoreDocumentReadTimestampAttribute` class, which is used to populate a property with the read timestamp from a Firestore document snapshot."],["The `FirestoreDocumentReadTimestampAttribute` is available in multiple versions of the Google.Cloud.Firestore library, ranging from version 2.3.1 up to 3.10.0, the latest."],["This attribute can only be applied to properties of type `DateTime`, `DateTimeOffset`, `Timestamp`, or their nullable equivalents and is ignored when serializing to Firestore."],["The `FirestoreDocumentReadTimestampAttribute` cannot be applied on a property that also has the `FirestorePropertyAttribute` applied to it."],["This class inherits from the `Attribute` class and offers a parameterless constructor to instantiate it."]]],[]]