Show / Hide Table of Contents

Class Filter

A holder for any type of filter.

Inheritance
object
Filter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class Filter : IDirectResponseSchema

Properties

CompositeFilter

A composite filter.

Declaration
[JsonProperty("compositeFilter")]
public virtual CompositeFilter CompositeFilter { get; set; }
Property Value
Type Description
CompositeFilter

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PropertyFilter

A filter on a property.

Declaration
[JsonProperty("propertyFilter")]
public virtual PropertyFilter PropertyFilter { get; set; }
Property Value
Type Description
PropertyFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX