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 reference documentation for the `CompositeFilter` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.13.0."],["The `CompositeFilter` class is used to merge multiple filters using a specified operator, allowing for complex query filtering."],["The class `CompositeFilter` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer message handling."],["Key properties of `CompositeFilter` include `Filters`, which is a list of filters to combine, and `Op`, which defines the operator used for combining them, and has restrictions that at least one filter must be present."],["This documentation also includes links to earlier versions of the `CompositeFilter`, including the latest version, and is part of the `Google.Cloud.Datastore.V1` namespace within the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]