| Class | Description |
|---|---|
| AggregatedCondition | |
| AggregatedExecutable |
Convenient class to store and serialize a sequence of executables.
|
| AndCondition |
Vault script condition that succeeds only if all the contained conditions are successful.
|
| Condition | |
| DbDeleteQuery |
Client side representation of a back-end execution that runs a mongo "delete" query
|
| DbDeleteQuery.Query | |
| DbFindQuery |
Client side representation of a back-end execution that runs a mongo "find" query and returns some items
as a result.
|
| DbFindQuery.Query | |
| DbInsertQuery |
Client side representation of a back-end execution that runs a mongo "insert" query.
|
| DbInsertQuery.Query | |
| DbUpdateQuery |
Client side representation of a back-end execution that runs a mongo "update" query.
|
| DbUpdateQuery.Query | |
| DownloadExecutable | |
| Executable | |
| FileExecutable | |
| FileExecutable.Query | |
| HashExecutable | |
| OrCondition |
Vault script condition that succeeds if at least one of the contained conditions are successful.
|
| PropertiesExecutable | |
| QueryHasResultsCondition |
Vault script condition to check if a database query returns results or not.
|
| QueryHasResultsCondition.Query | |
| RawCondition | |
| RawExecutable | |
| UploadExecutable |