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-09 UTC."],[[["The `CompositeFilter` class merges multiple filters using a specified operator within the `Google.Cloud.Datastore.V1` namespace, allowing for complex filtering operations."],["The latest version available is 4.15.0, while the current page version represents 3.4.0, and it also includes links for access to various versions, ranging from 3.2.0 to 4.15.0."],["`CompositeFilter` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its deep integration with Google's Protobuf and .NET ecosystems."],["The class provides two constructors, one default and one that accepts another `CompositeFilter` instance for cloning purposes."],["`CompositeFilter` has two key properties: `Filters`, which is a list of filters to combine, and `Op`, which determines the combining operator."]]],[]]