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 for .NET, offering reference material and code samples."],["The `CompositeFilter` class is designed to merge multiple filters using a specified operator, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 4.15.0, and documentation for previous versions, back to 3.2.0, are available through the links provided on this page."],["The `CompositeFilter` class has properties such as `Filters`, which is a list of filters to combine, and `Op`, the operator used for combining filters."],["The class is part of the Google.Cloud.Datastore.V1 namespace and is contained in the Google.Cloud.Datastore.V1.dll assembly, and provides two constructors `CompositeFilter()` and `CompositeFilter(CompositeFilter other)` for creating new instances."]]],[]]