Table of Contents
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 = 0

Represents a score-based cursor.

[EnumMember(Value = "timestamp")] Timestamp = 1

Represents a timestamp-based cursor.