public sealed class CompositeFilter : IMessage<CompositeFilter>, IEquatable<CompositeFilter>, IDeepCloneable<CompositeFilter>, IBufferMessage, IMessage
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."],[[["The page details the `CompositeFilter` class within the `Google.Cloud.Datastore.V1` namespace, which is used for merging multiple filters."],["The latest version available is 4.15.0, while the page specifically focuses on version 4.2.0, however, a list of other available versions are listed."],["`CompositeFilter` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for deep cloning and message handling."],["The `CompositeFilter` class has properties such as `Filters`, which is a list of filters, and `Op`, the operator used for combining them, and includes constructors for creating new instances of the filter."]]],[]]