query
AsyncScriptResult[TopologyScriptApiQueryResponse]
instant
to query for transactions that started at a specific timestamp including at any point in the past.currentTimeslice
to query for all transactions currently started or in progress.diff(queryResult: TopologyScriptApiQueryResponse)
- compares this query with another query. A query should be the result of a call to this function.diffWithPrev(queryResult: TopologyScriptApiQueryResponse)
- compares this query with the last query in the chain. A query should be the result of a call to this function. This builder method is only available after the diff
builder method was called.components()
- returns a summary of the components. After this builder method no more builder methods can be called.fullComponents()
- returns the component with all their data. After this builder method no more builder methods can be called.problems()
- returns problems for a given query along with the root cause and its contributing problems.relations()
- returns a summary of the relations. After this builder method no more builder methods can be called.fullRelations()
- returns the relations with all their data. After this builder method no more builder methods can be called.