Class PropertyFilter
A filter on a specific property.
Implements
Inherited Members
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class PropertyFilter : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Op
The operator to filter by.
Declaration
[JsonProperty("op")]
public virtual string Op { get; set; }
Property Value
Type | Description |
---|---|
string |
Property
The property to filter by.
Declaration
[JsonProperty("property")]
public virtual PropertyReference Property { get; set; }
Property Value
Type | Description |
---|---|
PropertyReference |
Value
The value to compare the property to.
Declaration
[JsonProperty("value")]
public virtual Value Value { get; set; }
Property Value
Type | Description |
---|---|
Value |