[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."],[[["This webpage provides reference documentation for the `FirestoreDataAttribute` class within the Google Cloud Firestore API, detailing its usage and properties."],["The `FirestoreDataAttribute` is used to indicate that a specific type (class, struct, enum, interface, or delegate) is intended for use with Firestore."],["The documentation lists available versions of the Firestore API, ranging from version 2.3.1 up to the latest version, 3.10.0."],["The `FirestoreDataAttribute` class has properties like `ConverterType` and `UnknownPropertyHandling`, allowing customization of data conversion and handling unknown properties during serialization/deserialization."],["The page includes a comprehensive list of inherited members from the base `Attribute` and `object` classes, detailing various methods for attribute management and reflection."]]],[]]