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 page provides documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API, specifically for version 4.3.0."],["`CompositeFilter` is a class that allows for the merging of multiple filters using a specified operator, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `CompositeFilter()` and `CompositeFilter(CompositeFilter other)`, for creating instances of the filter, and it has methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` inherited from the `Object` class."],["The `Filters` property is a list of filters to combine, requiring at least one filter to be present, and `Op` specifies the operator used to combine the multiple filters."],["The documentation provides links to version history of the CompositeFilter starting from 3.2.0 to 4.15.0, with 4.15.0 being the latest version."]]],[]]