LUSID C# SDK
List of all members
Lusid.Sdk.Api.IExecutionsApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IExecutionsApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IExecutionsApiSync
DeletedEntityResponse DeleteExecution (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteExecution: Delete execution More...
 
ApiResponse< DeletedEntityResponseDeleteExecutionWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] DeleteExecution: Delete execution More...
 
Execution GetExecution (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetExecution: Get Execution More...
 
ApiResponse< ExecutionGetExecutionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] GetExecution: Get Execution More...
 
PagedResourceListOfExecution ListExecutions (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListExecutions: List Executions More...
 
ApiResponse< PagedResourceListOfExecutionListExecutionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EARLY ACCESS] ListExecutions: List Executions More...
 
ResourceListOfExecution UpsertExecutions (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertExecutions: Upsert Execution More...
 
ApiResponse< ResourceListOfExecutionUpsertExecutionsWithHttpInfo (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0)
 [EARLY ACCESS] UpsertExecutions: Upsert Execution More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IExecutionsApiAsync
System.Threading.Tasks.Task< DeletedEntityResponseDeleteExecutionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteExecution: Delete execution More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteExecutionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] DeleteExecution: Delete execution More...
 
System.Threading.Tasks.Task< ExecutionGetExecutionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetExecution: Get Execution More...
 
System.Threading.Tasks.Task< ApiResponse< Execution > > GetExecutionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetExecution: Get Execution More...
 
System.Threading.Tasks.Task< PagedResourceListOfExecutionListExecutionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListExecutions: List Executions More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfExecution > > ListExecutionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListExecutions: List Executions More...
 
System.Threading.Tasks.Task< ResourceListOfExecutionUpsertExecutionsAsync (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertExecutions: Upsert Execution More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfExecution > > UpsertExecutionsWithHttpInfoAsync (ExecutionSetRequest? executionSetRequest=default(ExecutionSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] UpsertExecutions: Upsert Execution More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: