Show / Hide Table of Contents

Class PropertyFilter

A filter on a specific property.

Inheritance
System.Object
PropertyFilter
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class PropertyFilter : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Op

The operator to filter by.

Declaration
public virtual string Op { get; set; }
Property Value
Type Description
System.String

Property

The property to filter by.

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

Value

The value to compare the property to.

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

Implements

IDirectResponseSchema
Back to top