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-03-21 UTC."],[[["The `CompositeFilter` class is used to merge multiple filters together using a specified operator, and it's part of the `Google.Cloud.Datastore.V1` namespace within the `Google.Cloud.Datastore.V1.dll` assembly."],["The latest version available for `CompositeFilter` is version 4.15.0, while a total of 16 other versions are available as far back as 3.2.0."],["`CompositeFilter` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and has constructors for creating new instances, including one for copying existing instances."],["It has two key properties: `Filters`, which is a list of filters to be combined, and `Op`, which defines the operator used to combine them."],["The `CompositeFilter` class inherits members from `Object` such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]