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 provides documentation for the `CompositeFilter` class within the `Google.Cloud.Datastore.V1` namespace, specifically version 3.2.0 of the library, with links to numerous older and newer versions."],["The `CompositeFilter` class is used to merge multiple filters together using a specified operator and is part of the Google Cloud Datastore's .NET client library."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["Key members of `CompositeFilter` include the `Filters` property, which holds a list of filters, and the `Op` property, which defines the operator used to combine these filters."]]],[]]