Google Cloud Datastore v1 API - Class PropertyFilter (4.10.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
NameDescription
otherPropertyFilter

Properties

Op

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

The operator to filter by.

Property Value
TypeDescription
PropertyFilterTypesOperator

Property

public PropertyReference Property { get; set; }

The property to filter by.

Property Value
TypeDescription
PropertyReference

Value

public Value Value { get; set; }

The value to compare the property to.

Property Value
TypeDescription
Value