LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.ISequencesApiAsync Interface Reference

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

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

Public Member Functions

System.Threading.Tasks.Task< SequenceDefinitionCreateSequenceAsync (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
System.Threading.Tasks.Task< ApiResponse< SequenceDefinition > > CreateSequenceWithHttpInfoAsync (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
System.Threading.Tasks.Task< SequenceDefinitionGetSequenceAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetSequence: Get a specified sequence More...
 
System.Threading.Tasks.Task< ApiResponse< SequenceDefinition > > GetSequenceWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetSequence: Get a specified sequence More...
 
System.Threading.Tasks.Task< PagedResourceListOfSequenceDefinitionListSequencesAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListSequences: List Sequences More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfSequenceDefinition > > ListSequencesWithHttpInfoAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListSequences: List Sequences More...
 
System.Threading.Tasks.Task< NextValueInSequenceResponseNextAsync (string scope, string code, int? batch=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Next: Get next values from sequence More...
 
System.Threading.Tasks.Task< ApiResponse< NextValueInSequenceResponse > > NextWithHttpInfoAsync (string scope, string code, int? batch=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Next: Get next values from sequence More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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

Member Function Documentation

◆ CreateSequenceAsync()

System.Threading.Tasks.Task<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiAsync.CreateSequenceAsync ( string  scope,
CreateSequenceRequest  createSequenceRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] CreateSequence: Create a new sequence

Create a new sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
createSequenceRequestRequest to create sequence
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ CreateSequenceWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<SequenceDefinition> > Lusid.Sdk.Api.ISequencesApiAsync.CreateSequenceWithHttpInfoAsync ( string  scope,
CreateSequenceRequest  createSequenceRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] CreateSequence: Create a new sequence

Create a new sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
createSequenceRequestRequest to create sequence
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (SequenceDefinition)

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ GetSequenceAsync()

System.Threading.Tasks.Task<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiAsync.GetSequenceAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] GetSequence: Get a specified sequence

Return the details of a specified sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
codeCode of the sequence. This together with stated scope uniquely identifies the sequence.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ GetSequenceWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<SequenceDefinition> > Lusid.Sdk.Api.ISequencesApiAsync.GetSequenceWithHttpInfoAsync ( string  scope,
string  code,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] GetSequence: Get a specified sequence

Return the details of a specified sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
codeCode of the sequence. This together with stated scope uniquely identifies the sequence.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (SequenceDefinition)

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ ListSequencesAsync()

System.Threading.Tasks.Task<PagedResourceListOfSequenceDefinition> Lusid.Sdk.Api.ISequencesApiAsync.ListSequencesAsync ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] ListSequences: List Sequences

List sequences which satisfies filtering criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing sequences from a previous call to list sequences. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to 500 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfSequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ ListSequencesWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfSequenceDefinition> > Lusid.Sdk.Api.ISequencesApiAsync.ListSequencesWithHttpInfoAsync ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] ListSequences: List Sequences

List sequences which satisfies filtering criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
pageThe pagination token to use to continue listing sequences from a previous call to list sequences. This value is returned from the previous call. (optional)
limitWhen paginating, limit the number of returned results to this many. Defaults to 500 if not specified. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfSequenceDefinition)

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ NextAsync()

System.Threading.Tasks.Task<NextValueInSequenceResponse> Lusid.Sdk.Api.ISequencesApiAsync.NextAsync ( string  scope,
string  code,
int?  batch = default(int?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Next: Get next values from sequence

Get the next set of values from a specified sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
codeCode of the sequence. This together with stated scope uniquely identifies the sequence.
batchNumber of sequences items to return for the specified sequence. Default to 1 if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of NextValueInSequenceResponse

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ NextWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<NextValueInSequenceResponse> > Lusid.Sdk.Api.ISequencesApiAsync.NextWithHttpInfoAsync ( string  scope,
string  code,
int?  batch = default(int?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] Next: Get next values from sequence

Get the next set of values from a specified sequence

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
scopeScope of the sequence.
codeCode of the sequence. This together with stated scope uniquely identifies the sequence.
batchNumber of sequences items to return for the specified sequence. Default to 1 if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (NextValueInSequenceResponse)

Implemented in Lusid.Sdk.Api.SequencesApi.


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