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