Show / Hide Table of Contents

Class RedisFilter

Filter to use when querying.

Inheritance
System.Object
QueryOption
RedisFilter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Redis.OM.Searching.Query
Assembly: Redis.OM.dll
Syntax
public class RedisFilter : QueryOption

Constructors

| Improve this Doc View Source

RedisFilter(String, Int32, Int32)

Initializes a new instance of the RedisFilter class.

Declaration
public RedisFilter(string fieldName, int min = -2147483648, int max = 2147483647)
Parameters
Type Name Description
System.String fieldName

the field name.

System.Int32 min

the min value.

System.Int32 max

the max value.

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