public sealed class StructuredQuery.Types.CompositeFilter : IMessage<StructuredQuery.Types.CompositeFilter>, IEquatable<StructuredQuery.Types.CompositeFilter>, IDeepCloneable<StructuredQuery.Types.CompositeFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.CompositeFilter.
A filter that merges multiple other filters using the given operator.
[[["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 page provides documentation for the `StructuredQuery.Types.CompositeFilter` class within the Google Cloud Firestore V1 API, specifically for version 3.7.0, with links to other versions."],["`StructuredQuery.Types.CompositeFilter` is a class that represents a filter merging multiple other filters using a designated operator, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Filters`, which is a list of filters to be combined, requiring at least one filter, and `Op`, which defines the operator used for combining the filters."],["The documentation also contains information on the constructors for creating a new `CompositeFilter` object, which can be created without parameters, or with another `StructuredQuery.Types.CompositeFilter` object."],["The webpage also references inherited members from the base object, such as `GetHashCode`, `GetType`, and `ToString`, in addition to listing the `Google.Cloud.Firestore.V1` namespace and `Google.Cloud.Firestore.V1.dll` assembly."]]],[]]