public sealed class StructuredQuery.Types.FieldFilter : IMessage<StructuredQuery.Types.FieldFilter>, IEquatable<StructuredQuery.Types.FieldFilter>, IDeepCloneable<StructuredQuery.Types.FieldFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.FieldFilter.
[[["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-07-02 UTC."],[[["This page provides reference documentation for the `StructuredQuery.Types.FieldFilter` class within the Firestore v1 API, detailing its functionality as a filter on a specific field."],["The `FieldFilter` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `object` class, allowing for comparison, cloning, and message handling."],["It offers two constructors: a default `FieldFilter()` and one that accepts another `FieldFilter` as an argument, allowing for the creation of new `FieldFilter` instances."],["The class includes properties like `Field`, `Op`, and `Value` which enable users to specify the field, operator, and comparison value respectively, to perform filtering."],["This documentation covers multiple versions of the Firestore.V1 API, from version 2.3.0 up to the latest 3.10.0."]]],[]]