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-07-02 UTC."],[[["This documentation page covers the `StructuredQuery.Types.UnaryFilter` class within the Firestore v1 API for .NET, detailing its functionality as a filter with a single operand."],["The `UnaryFilter` class, part of the `Google.Cloud.Firestore.V1` namespace, implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities."],["The documentation provides links to various versions of the API, including the latest version `3.10.0`, along with older versions, showcasing the evolution of the class."],["The class includes properties such as `Field`, `Op`, and `OperandTypeCase`, to specify the field to operate on, the operator to use, and the case of operand type, respectively."],["The class has two constructors, `UnaryFilter()` and `UnaryFilter(UnaryFilter other)` which allow to be initialized without and with an existing `StructuredQuery.Types.UnaryFilter`."]]],[]]