Show / Hide Table of Contents

Class SearchLimit

Limits the search results.

Inheritance
System.Object
QueryOption
SearchLimit
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 SearchLimit : QueryOption

Properties

| Improve this Doc View Source

Number

Gets or sets the number of items to return.

Declaration
public int Number { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Offset

Gets or sets the offset into the result to start at.

Declaration
public int Offset { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX