API reference
Enum SearchCursorType
- Namespace
- DisCatSharp.Experimental.Enums
- Assembly
- DisCatSharp.Experimental.dll
Represents the type of search cursor.
public enum SearchCursorType
Fields
[EnumMember(Value = "score")] Score = 0Represents a score-based cursor.
[EnumMember(Value = "timestamp")] Timestamp = 1Represents a timestamp-based cursor.