Show / Hide Table of Contents

Interface IAggregationPredicate

A predicate in an aggregation pipeline.

Namespace: Redis.OM.Aggregation.AggregationPredicates
Assembly: Redis.OM.dll
Syntax
public interface IAggregationPredicate

Methods

| Improve this Doc View Source

Serialize()

Serializes the predicate.

Declaration
IEnumerable<string> Serialize()
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>

An array of string arguments for an aggregation.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX