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 Firestore v1 API, outlining its purpose as a filter on a specific field."],["The `StructuredQuery.Types.FieldFilter` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and capabilities."],["The class offers two constructors: a default constructor `FieldFilter()` and a copy constructor `FieldFilter(FieldFilter)` for creating instances."],["The `StructuredQuery.Types.FieldFilter` class has three key properties: `Field`, specifying the field to filter by; `Op`, defining the filter operator; and `Value`, representing the value to compare against."],["This document provides links to different versions of the `StructuredQuery.Types.FieldFilter` class, from the latest version 3.10.0 back to 2.3.0, with version 3.3.0 being the focal point of the page."]]],[]]