LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
SequencesApi () | |
Initializes a new instance of the SequencesApi class. More... | |
SequencesApi (string basePath) | |
Initializes a new instance of the SequencesApi class. More... | |
SequencesApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the SequencesApi class using Configuration object More... | |
SequencesApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the SequencesApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
SequenceDefinition | CreateSequence (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateSequence: Create a new sequence 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 Create a new sequence More... | |
async System.Threading.Tasks.Task< SequenceDefinition > | CreateSequenceAsync (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateSequence: Create a new sequence Create a new sequence More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< SequenceDefinition > > | CreateSequenceWithHttpInfoAsync (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateSequence: Create a new sequence Create a new sequence More... | |
SequenceDefinition | 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 More... | |
Lusid.Sdk.Client.ApiResponse< SequenceDefinition > | 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 More... | |
async System.Threading.Tasks.Task< SequenceDefinition > | GetSequenceAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetSequence: Get a specified sequence Return the details of a specified sequence More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< SequenceDefinition > > | GetSequenceWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetSequence: Get a specified sequence Return the details of 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 List sequences which satisfies filtering criteria. 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 List sequences which satisfies filtering criteria. More... | |
async System.Threading.Tasks.Task< PagedResourceListOfSequenceDefinition > | ListSequencesAsync (string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListSequences: List Sequences List sequences which satisfies filtering criteria. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.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), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListSequences: List Sequences List sequences which satisfies filtering criteria. 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 Get the next set of values from a specified 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 Get the next set of values from a specified sequence More... | |
async System.Threading.Tasks.Task< NextValueInSequenceResponse > | NextAsync (string scope, string code, int? batch=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] Next: Get next values from sequence Get the next set of values from a specified sequence More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< NextValueInSequenceResponse > > | NextWithHttpInfoAsync (string scope, string code, int? batch=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] Next: Get next values from sequence Get the next set of values from a specified sequence More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the SequencesApi class.
|
inline |
Initializes a new instance of the SequencesApi class.
|
inline |
Initializes a new instance of the SequencesApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the SequencesApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
inline |
[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. |
Implements Lusid.Sdk.Api.ISequencesApiSync.
|
inline |
[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. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISequencesApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.