public sealed class CompositeFilter : IMessage<CompositeFilter>, IEquatable<CompositeFilter>, IDeepCloneable<CompositeFilter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class CompositeFilter.
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."],[[["This page provides reference documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.14.0."],["The `CompositeFilter` class is used to merge multiple filters with a specified operator, inheriting from `object` and implementing several interfaces including `IMessage` and `IEquatable`."],["The page also contains links to older versions of the package, from the latest version 4.15.0, all the way down to 3.2.0, along with specific links to each related `CompositeFilter` of each version."],["The `CompositeFilter` class contains properties such as `Filters` which is a list to combine multiple filters, and `Op`, which represents the operator used in combining those filters."],["The page lists the constructors for the `CompositeFilter` class, which include a default constructor and a copy constructor, allowing instances to be created and copied."]]],[]]