Show / Hide Table of Contents

Class UnaryFilter

A filter with a single operand.

Inheritance
object
UnaryFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX