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."],[[["The page provides documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API, specifically for version 4.6.0."],["`CompositeFilter` is a class used to combine multiple filters with a specified operator, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CompositeFilter` class has two constructors: a default constructor and one that accepts another `CompositeFilter` object for copying."],["Key properties of `CompositeFilter` include `Filters`, which is a list of filters to combine and requires at least one filter, and `Op`, which defines the operator used for combining those multiple filters."],["The documentation shows a history of versions for `CompositeFilter`, ranging from 4.15.0 (latest) down to 3.2.0, with each version linked to its respective documentation page."]]],[]]