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-04-17 UTC."],[[["This document provides reference information for the `StructuredQuery.Types.FieldFilter` class within the Firestore v1 API for .NET."],["The latest version of this class is 3.10.0, but documentation is provided for versions ranging from 2.3.0 to 3.10.0, all of which are accessible."],["`StructuredQuery.Types.FieldFilter` is used to filter data based on a specific field and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Field`, `Op`, and `Value`, allowing developers to define the field, the comparison operator, and the value for filtering operations."],["The class contains two constructors, one that creates an empty `FieldFilter` and another that makes a copy of a given `FieldFilter`."]]],[]]