LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
SequenceDefinition | CreateSequence (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateSequence: Create a new sequence More... | |
Lusid.Sdk.Client.ApiResponse< SequenceDefinition > | CreateSequenceWithHttpInfo (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateSequence: Create a new sequence More... | |
SequenceDefinition | GetSequence (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetSequence: Get a specified sequence More... | |
Lusid.Sdk.Client.ApiResponse< SequenceDefinition > | GetSequenceWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[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, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListSequences: List Sequences More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfSequenceDefinition > | ListSequencesWithHttpInfo (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListSequences: List Sequences More... | |
NextValueInSequenceResponse | Next (string scope, string code, int? batch=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] Next: Get next values from sequence More... | |
Lusid.Sdk.Client.ApiResponse< NextValueInSequenceResponse > | NextWithHttpInfo (string scope, string code, int? batch=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] Next: Get next values from sequence More... | |
Represents a collection of functions to interact with the API endpoints
SequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.CreateSequence | ( | string | scope, |
CreateSequenceRequest | createSequenceRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] CreateSequence: Create a new sequence
Create a new sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
createSequenceRequest | Request to create sequence |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
Lusid.Sdk.Client.ApiResponse<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.CreateSequenceWithHttpInfo | ( | string | scope, |
CreateSequenceRequest | createSequenceRequest, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] CreateSequence: Create a new sequence
Create a new sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
createSequenceRequest | Request to create sequence |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
SequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.GetSequence | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetSequence: Get a specified sequence
Return the details of a specified sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
code | Code of the sequence. This together with stated scope uniquely identifies the sequence. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
Lusid.Sdk.Client.ApiResponse<SequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.GetSequenceWithHttpInfo | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] GetSequence: Get a specified sequence
Return the details of a specified sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
code | Code of the sequence. This together with stated scope uniquely identifies the sequence. |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
PagedResourceListOfSequenceDefinition Lusid.Sdk.Api.ISequencesApiSync.ListSequences | ( | string? | page = default(string?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListSequences: List Sequences
List sequences which satisfies filtering criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
page | The pagination token to use to continue listing sequences from a previous call to list sequences. This value is returned from the previous call. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 500 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
Lusid.Sdk.Client.ApiResponse<PagedResourceListOfSequenceDefinition> Lusid.Sdk.Api.ISequencesApiSync.ListSequencesWithHttpInfo | ( | string? | page = default(string?) , |
int? | limit = default(int?) , |
||
string? | filter = default(string?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] ListSequences: List Sequences
List sequences which satisfies filtering criteria.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
page | The pagination token to use to continue listing sequences from a previous call to list sequences. This value is returned from the previous call. (optional) |
limit | When paginating, limit the number of returned results to this many. Defaults to 500 if not specified. (optional) |
filter | Expression to filter the result set. Read more about filtering results from LUSID here https://support.lusid.com/filtering-results-from-lusid. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
NextValueInSequenceResponse Lusid.Sdk.Api.ISequencesApiSync.Next | ( | string | scope, |
string | code, | ||
int? | batch = default(int?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] Next: Get next values from sequence
Get the next set of values from a specified sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
code | Code of the sequence. This together with stated scope uniquely identifies the sequence. |
batch | Number of sequences items to return for the specified sequence. Default to 1 if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.
Lusid.Sdk.Client.ApiResponse<NextValueInSequenceResponse> Lusid.Sdk.Api.ISequencesApiSync.NextWithHttpInfo | ( | string | scope, |
string | code, | ||
int? | batch = default(int?) , |
||
int | operationIndex = 0 , |
||
ConfigurationOptions? | opts = null |
||
) |
[EARLY ACCESS] Next: Get next values from sequence
Get the next set of values from a specified sequence
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | Scope of the sequence. |
code | Code of the sequence. This together with stated scope uniquely identifies the sequence. |
batch | Number of sequences items to return for the specified sequence. Default to 1 if not specified. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.SequencesApi.