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.
Implements
IMessagePropertyFilter, IEquatablePropertyFilter, IDeepCloneablePropertyFilter, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
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 |