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 reference documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API for .NET."],["The `CompositeFilter` class is used to merge multiple filters together using a specified operator and is part of the `Google.Cloud.Datastore.V1` namespace."],["The page details the class's constructors, including a default constructor and a constructor that takes another `CompositeFilter` as a parameter."],["The documentation outlines the properties `Filters` (a list of filters to combine) and `Op` (the operator used to combine the filters)."],["This page provides links to different versions of the documentation, from version 3.2.0 to the latest 4.15.0."]]],[]]