Skip to main content
Version: 2.9

API

Enumerations

EnumerationDescription
PredefinedDataSourcePredefined data sources that can be used for Transaction.setSource.

Classes

ClassDescription
DataResultA class representing the necessary operations to create the result of a query in the client database that emitted the query.
DataSourceRepresents 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

InterfaceDescription
QueryPartA part of a Query that specifies a relationship to traverse.
RootQueryPartThe first part of a Query. It breaks down the starting point of the query.

Type Aliases

Type AliasDescription
FollowRule-
ImplicitQueryOption-
OperationRepresents an operation that can be performed regarding data type instances.
ParsedPredicateDetails for a predicate from the OLYMPE query API
QueryOptions-
SourceWhen 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.