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 documentation for the `StructuredQuery.Types.FieldFilter` class within the Google Cloud Firestore V1 API, specifically for .NET."],["The `StructuredQuery.Types.FieldFilter` class, a filter on a specific field, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is found under the `Google.Cloud.Firestore.V1` namespace, and its implementation can be found within the `Google.Cloud.Firestore.V1.dll` assembly."],["The class offers two constructors: one default constructor (`FieldFilter()`) and one that accepts another `FieldFilter` instance to create a copy."],["The class has three key properties: `Field`, which specifies the field to filter by; `Op`, which determines the operator used for filtering; and `Value`, which holds the comparison value."]]],[]]