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 SourceSerialize()
Serializes the predicate.
Declaration
IEnumerable<string> Serialize()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> | An array of string arguments for an aggregation. |