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

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

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

Public Member Functions

SequenceDefinition CreateSequence (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0)
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
ApiResponse< SequenceDefinitionCreateSequenceWithHttpInfo (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0)
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
SequenceDefinition GetSequence (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] GetSequence: Get a specified sequence More...
 
ApiResponse< SequenceDefinitionGetSequenceWithHttpInfo (string scope, string code, int operationIndex=0)
 [EARLY ACCESS] GetSequence: Get a specified sequence More...
 
PagedResourceListOfSequenceDefinition ListSequences (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListSequences: List Sequences More...
 
ApiResponse< PagedResourceListOfSequenceDefinitionListSequencesWithHttpInfo (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EARLY ACCESS] ListSequences: List Sequences More...
 
NextValueInSequenceResponse Next (string scope, string code, int? batch=default(int?), int operationIndex=0)
 [EARLY ACCESS] Next: Get next values from sequence More...
 
ApiResponse< NextValueInSequenceResponseNextWithHttpInfo (string scope, string code, int? batch=default(int?), int operationIndex=0)
 [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

◆ CreateSequence()

SequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.CreateSequence ( string  scope,
CreateSequenceRequest  createSequenceRequest,
int  operationIndex = 0 
)

[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.
Returns
SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ CreateSequenceWithHttpInfo()

ApiResponse<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.CreateSequenceWithHttpInfo ( string  scope,
CreateSequenceRequest  createSequenceRequest,
int  operationIndex = 0 
)

[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.
Returns
ApiResponse of SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ GetSequence()

SequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.GetSequence ( string  scope,
string  code,
int  operationIndex = 0 
)

[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.
Returns
SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ GetSequenceWithHttpInfo()

ApiResponse<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.GetSequenceWithHttpInfo ( string  scope,
string  code,
int  operationIndex = 0 
)

[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.
Returns
ApiResponse of SequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ ListSequences()

PagedResourceListOfSequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.ListSequences ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[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.
Returns
PagedResourceListOfSequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ ListSequencesWithHttpInfo()

ApiResponse<PagedResourceListOfSequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.ListSequencesWithHttpInfo ( string?  page = default(string?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[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.
Returns
ApiResponse of PagedResourceListOfSequenceDefinition

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ Next()

NextValueInSequenceResponse Lusid.Sdk.Api.ISequencesApiSync.Next ( string  scope,
string  code,
int?  batch = default(int?),
int  operationIndex = 0 
)

[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.
Returns
NextValueInSequenceResponse

Implemented in Lusid.Sdk.Api.SequencesApi.

◆ NextWithHttpInfo()

ApiResponse<NextValueInSequenceResponse> Lusid.Sdk.Api.ISequencesApiSync.NextWithHttpInfo ( string  scope,
string  code,
int?  batch = default(int?),
int  operationIndex = 0 
)

[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.
Returns
ApiResponse of NextValueInSequenceResponse

Implemented in Lusid.Sdk.Api.SequencesApi.


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