Show / Hide Table of Contents

Class Filter

A filter.

Inheritance
object
Filter
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 Filter : IDirectResponseSchema

Properties

CompositeFilter

A composite filter.

Declaration
[JsonProperty("compositeFilter")]
public virtual CompositeFilter CompositeFilter { get; set; }
Property Value
Type Description
CompositeFilter

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldFilter

A filter on a document field.

Declaration
[JsonProperty("fieldFilter")]
public virtual FieldFilter FieldFilter { get; set; }
Property Value
Type Description
FieldFilter

UnaryFilter

A filter that takes exactly one argument.

Declaration
[JsonProperty("unaryFilter")]
public virtual UnaryFilter UnaryFilter { get; set; }
Property Value
Type Description
UnaryFilter

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX