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-06-12 UTC."],[[["This document provides reference documentation for the `StructuredQuery.Types.FieldFilter` class within the Google Cloud Firestore v1 API, specifically version 3.7.0 and its related older versions."],["`StructuredQuery.Types.FieldFilter` is a class used to filter data on a specific field in Firestore, inheriting from the base `object` class and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Field` to specify the field being filtered, `Op` to define the filter operator, and `Value` for the comparison value."],["The class contains two constructors, a default and another to duplicate the properties of another `FieldFilter` instance."],["Multiple versions of this API class are available, ranging from version 2.3.0 up to the latest version 3.10.0, each of which is accessible via a link."]]],[]]