LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
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 More... | |
Represents a collection of functions to interact with the API endpoints