C# OJAI Client API
MapRDB.Driver.Ojai.QueryOptions Class Reference

Public Member Functions

 QueryOptions (long? timeout, bool includeQueryPlan)
 

Static Public Attributes

static QueryOptions Default => new QueryOptions(null, false)
 

Properties

long? Timeout [get, set]
 
bool IncludeQueryPlan = false [get, set]