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