Google Cloud Datastore v1 API - Class PropertyFilter (4.12.0)

public sealed class PropertyFilter : IMessage<PropertyFilter>, IEquatable<PropertyFilter>, IDeepCloneable<PropertyFilter>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class PropertyFilter.

A filter on a specific property.

Inheritance

object > PropertyFilter

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

PropertyFilter()

public PropertyFilter()

PropertyFilter(PropertyFilter)

public PropertyFilter(PropertyFilter other)
Parameter
Name Description
other PropertyFilter

Properties

Op

public PropertyFilter.Types.Operator Op { get; set; }

The operator to filter by.

Property Value
Type Description
PropertyFilterTypesOperator

Property

public PropertyReference Property { get; set; }

The property to filter by.

Property Value
Type Description
PropertyReference

Value

public Value Value { get; set; }

The value to compare the property to.

Property Value
Type Description
Value