LUSID C# SDK
List of all members
Lusid.Sdk.Api.ISequencesApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ISequencesApiSync
SequenceDefinition CreateSequence (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
Lusid.Sdk.Client.ApiResponse< SequenceDefinitionCreateSequenceWithHttpInfo (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< SequenceDefinitionGetSequenceWithHttpInfo (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< PagedResourceListOfSequenceDefinitionListSequencesWithHttpInfo (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< NextValueInSequenceResponseNextWithHttpInfo (string scope, string code, int? batch=default(int?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] Next: Get next values from sequence More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ISequencesApiAsync
System.Threading.Tasks.Task< SequenceDefinitionCreateSequenceAsync (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< SequenceDefinitionGetSequenceAsync (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< PagedResourceListOfSequenceDefinitionListSequencesAsync (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< NextValueInSequenceResponseNextAsync (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...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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