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-03-21 UTC."],[[["This webpage provides documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API, specifically for version 4.10.0, with links to other versions of the documentation."],["The `CompositeFilter` class is used to merge multiple filters using a specified operator, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It allows you to retrieve the `Filters` in the form of a list, which is a collection of filters that have a minimum requirement of one filter being present."],["The `Op` property defines the operator used to combine multiple filters, of the `CompositeFilter.Types.Operator` type."],["There are two constructors available for creating a new `CompositeFilter` object, one being a default constructor, and the other is one that accepts another `CompositeFilter` as a parameter."]]],[]]