[[["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-04-01 UTC."],[[["The content provides a list of different versions of the Firestore API, ranging from version 2.3.1 to the latest version 3.10.0, each with a link to its respective documentation regarding UnknownPropertyHandling."],["The `UnknownPropertyHandling` enum within the Firestore API determines how the API manages properties not defined in a Firestore document during deserialization."],["The `UnknownPropertyHandling` enum offers three distinct handling options: `Ignore` to silently skip unknown properties, `Throw` to generate an exception upon encountering them, and `Warn` to issue a warning without halting the process."],["The `UnknownPropertyHandling` enum is found within the `Google.Cloud.Firestore` namespace, contained within the `Google.Cloud.Firestore.dll` assembly."]]],[]]