QueryResultclass

The results of a Steam Workshop query

objectQueryResult
Namespace
global
Assembly
Sandbox.Engine
Declaration
public class Sandbox.Storage.QueryResult

Constructors1

Showing 1 constructors

Methods2

Showing 2 methods

public System.Threading.Tasks.Task`1<Sandbox.Storage.QueryResult> GetNextResults(System.Threading.CancellationToken token = null)PUBLIC

Get the next set of results from the query. Returns null if none.

ParameterTypeDescription
token = nullCancellationToken
Returns:Task<QueryResult>

public bool HasMoreResults()PUBLIC

Returns true if there are more results to be fetched

Returns:bool

Properties4

Showing 4 properties

public string Sandbox.Storage.QueryResult.NextCursor { get; set; }PUBLICGETSET

Returns:string

public int Sandbox.Storage.QueryResult.ResultCount { get; set; }PUBLICGETSET

Returns:int

On this page