Class SearchLimit
Limits the search results.
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 SourceNumber
Gets or sets the number of items to return.
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Offset
Gets or sets the offset into the result to start at.
Declaration
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |