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 latest version of the `CompositeFilter` class within the Google Cloud Datastore V1 API is 4.15.0, but there are many previous versions, all the way back to version 3.2.0."],["`CompositeFilter` is a class used to merge multiple filters in the Google Cloud Datastore v1 API, as indicated by it implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CompositeFilter` class has two constructors, one default and one that takes another `CompositeFilter` object as a parameter."],["It contains two primary properties: `Filters`, a list of filters to be combined, requiring at least one filter, and `Op`, the operator used to combine these multiple filters."],["`CompositeFilter` inherits from the `object` class and it's members, and it's part of the `Google.Cloud.Datastore.V1` namespace."]]],[]]