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)
 [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...
 
- 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))
 [EARLY ACCESS] CreateSequence: Create a new sequence More...
 
System.Threading.Tasks.Task< ApiResponse< SequenceDefinition > > CreateSequenceWithHttpInfoAsync (string scope, CreateSequenceRequest createSequenceRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetSequence: Get a specified sequence More...
 
System.Threading.Tasks.Task< ApiResponse< SequenceDefinition > > GetSequenceWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] ListSequences: List Sequences More...
 
System.Threading.Tasks.Task< 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))
 [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))
 [EARLY ACCESS] Next: Get next values from sequence More...
 
System.Threading.Tasks.Task< ApiResponse< NextValueInSequenceResponse > > NextWithHttpInfoAsync (string scope, string code, int? batch=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] Next: Get next values from sequence More...
 
- 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


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