[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Interface|AttributeTargets.Delegate)]public sealed class FirestoreDataAttribute:Attribute
Reference documentation and code samples for the Firestore API class FirestoreDataAttribute.
Attribute indicating that a type is intended to be used with Firestore.
[[["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."],[[["The latest version of the Firestore API documented is 3.10.0, while the current page focuses on version 3.2.0, and there are other versions available, ranging from 2.3.1 to 3.9.0."],["The `FirestoreDataAttribute` class is used to mark a type as compatible with Firestore, and is designed for use on classes, structs, enums, interfaces, and delegates."],["`FirestoreDataAttribute` inherits from the `Attribute` class, providing methods for custom attribute usage, and is found within the `Google.Cloud.Firestore` namespace."],["The `FirestoreDataAttribute` has properties to set a custom converter type and define how to handle unknown properties during serialization and deserialization."],["The default setting for unknown property handling within the `FirestoreDataAttribute` class is set to `Warn`, and can be changed upon instantiation."]]],[]]