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."],[[["This webpage details the `CompositeFilter` class within the `Google.Cloud.Datastore.V1` namespace, part of the .NET library for Google Cloud Datastore."],["The `CompositeFilter` class allows for the merging of multiple filters using a specified operator, requiring at least one filter to be present."],["The latest version of the `CompositeFilter` documentation is 4.15.0, with a list of prior versions being accessible on the page, down to version 3.2.0."],["The `CompositeFilter` class inherits from `Object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CompositeFilter` class include `Filters`, a list of filters to combine, and `Op`, which defines the operator for combining these filters."]]],[]]