API
Enumerations
Enumeration | Description |
---|---|
PredefinedDataSource | Predefined data sources that can be used for Transaction.setSource. |
Classes
Class | Description |
---|---|
DataResult | A class representing the necessary operations to create the result of a query in the client database that emitted the query. |
DataSource | Represents a data source that can be used to retrieve, manipulate and store data outside the Olympe application environment. This class provides several methods for performing CRUD (create, read, update, delete) operations on data, as well as file upload and download functionality. |
Interfaces
Interface | Description |
---|---|
QueryPart | A part of a Query that specifies a relationship to traverse. |
RootQueryPart | The first part of a Query. It breaks down the starting point of the query. |
Type Aliases
Type Alias | Description |
---|---|
FollowRule | - |
ImplicitQueryOption | - |
Operation | Represents an operation that can be performed regarding data type instances. |
ParsedPredicate | Details for a predicate from the OLYMPE query API |
QueryOptions | - |
Source | When manipulating CloudObjects, sometimes it is required to manually set the data source of that object. Source determines where the object comes from: what data source is the owner of the object across the ecosystem. |