Class FirestoreDocumentReadTimestampAttribute
Attribute indicating that a property should be populated with the read timestamp from a Firestore document snapshot.
Inherited Members
Namespace: Google.Cloud.Firestore
Assembly: Google.Cloud.Firestore.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class FirestoreDocumentReadTimestampAttribute : Attribute
Remarks
This attribute must only be applied to properties of DateTime, DateTimeOffset, Timestamp, or the nullable equivalents, or a protobuf 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()
Creates an instance of the attribute.
Declaration
public FirestoreDocumentReadTimestampAttribute()