[AttributeUsage(AttributeTargets.Property)]
public sealed class FirestoreDocumentReadTimestampAttribute : Attribute
Attribute indicating that a property should be populated with the read timestamp from a Firestore document snapshot.
Namespace
Google.Cloud.FirestoreAssembly
Google.Cloud.Firestore.dll
Remarks
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.
Constructors
FirestoreDocumentReadTimestampAttribute()
public FirestoreDocumentReadTimestampAttribute()
Creates an instance of the attribute.