Represents a query to be performed on the 1010data Insights Platform.
More...
|
readonly String | Ops |
| The operations for this query.
|
|
readonly String | BasePath |
| Table path to run this query on when no path is given.
|
|
|
Table | Results [get, set] |
| Returns a copy of the most recent run results with a frehs local cache.
|
|
Represents a query to be performed on the 1010data Insights Platform.
TenTenSDK.Query.Query |
( |
String |
path, |
|
|
String |
ops |
|
) |
| |
|
inline |
Constructs a query.
- Parameters
-
path | The table path |
ops | Operations (XML) of the query. |
TenTenSDK.Query.Query |
( |
String |
ops | ) |
|
|
inline |
Constructs a query.
- Parameters
-
ops | Operations (XML) of the query. |
static Query TenTenSDK.Query.QueryTable |
( |
String |
path | ) |
|
|
inlinestatic |
Creates a query that accesses a table.
- Parameters
-
path | of the table to run the query on |
- Returns
- A query that, when run, gets all the data in the table.
Query TenTenSDK.Query.Rebase |
( |
String |
path | ) |
|
|
inline |
Copy the query to run against a different table.
- Parameters
-
path | The path of the table to use instead of BasePath |
- Returns
- A new Query using path but this.Ops.
Runs the query on the given session.
- Parameters
-
session | What session to run the query on. |
- Returns
- Table representing the query results.
The documentation for this class was generated from the following file: