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 for .NET, with the current version being 4.9.0."],["The `CompositeFilter` class, which inherits from `object` and implements multiple interfaces, is used to merge multiple filters using a specified operator in Google Cloud Datastore."],["The `CompositeFilter` class features two constructors, a default one and another that accepts another `CompositeFilter` as a parameter."],["Key properties of the `CompositeFilter` class include `Filters`, which is a list of filters to combine, and `Op`, which defines the operator used for combining these filters."],["The page offers a version history, including the latest version (4.15.0) and numerous previous releases, allowing access to documentation for each version of `CompositeFilter`."]]],[]]