Show / Hide Table of Contents

Class Filter

A holder for any type of filter.

Inheritance
System.Object
Filter
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

PropertyFilter

A filter on a property.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top