Show / Hide Table of Contents

Class FieldFilter

A filter on a specific field.

Inheritance
object
FieldFilter
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX