public sealed class StructuredQuery.Types.UnaryFilter : IMessage<StructuredQuery.Types.UnaryFilter>, IEquatable<StructuredQuery.Types.UnaryFilter>, IDeepCloneable<StructuredQuery.Types.UnaryFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.UnaryFilter.
[[["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 information for the `StructuredQuery.Types.UnaryFilter` class within the Google Cloud Firestore v1 API for .NET."],["The `UnaryFilter` class is a filter that operates on a single operand and it is implemented as part of the `Google.Cloud.Firestore.V1` namespace in the Google.Cloud.Firestore.V1.dll assembly."],["This class provides constructors for creating a new `UnaryFilter` object or copying an existing one, alongside properties such as `Field`, `Op`, and `OperandTypeCase` for field reference, operator, and operand type handling respectively."],["The document lists available versions of the UnaryFilter class from version 2.3.0 up to the latest version 3.10.0, with each version linking to its respective documentation."],["The StructuredQuery.Types.UnaryFilter class inherits from object, and it implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]