datastore  v1
Properties | List of all members
Google.Apis.Datastore.v1.Data.CompositeFilter Class Reference

A filter that merges multiple other filters using the given operator. More...

Inheritance diagram for Google.Apis.Datastore.v1.Data.CompositeFilter:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< FilterFilters [get, set]
 The list of filters to combine. Must contain at least one filter. More...
 
virtual string Op [get, set]
 The operator for combining multiple filters. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A filter that merges multiple other filters using the given operator.

Property Documentation

◆ ETag

virtual string Google.Apis.Datastore.v1.Data.CompositeFilter.ETag
getset

The ETag of the item.

◆ Filters

virtual System.Collections.Generic.IList<Filter> Google.Apis.Datastore.v1.Data.CompositeFilter.Filters
getset

The list of filters to combine. Must contain at least one filter.

◆ Op

virtual string Google.Apis.Datastore.v1.Data.CompositeFilter.Op
getset

The operator for combining multiple filters.


The documentation for this class was generated from the following file: