LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync Interface Reference

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

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

Public Member Functions

System.Threading.Tasks.Task< AddressKeyDefinitionCreateAddressKeyDefinitionAsync (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. More...
 
System.Threading.Tasks.Task< ApiResponse< AddressKeyDefinition > > CreateAddressKeyDefinitionWithHttpInfoAsync (CreateAddressKeyDefinitionRequest createAddressKeyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition. More...
 
System.Threading.Tasks.Task< AddressKeyDefinitionGetAddressKeyDefinitionAsync (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. More...
 
System.Threading.Tasks.Task< ApiResponse< AddressKeyDefinition > > GetAddressKeyDefinitionWithHttpInfoAsync (string key, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition. More...
 
System.Threading.Tasks.Task< PagedResourceListOfAddressKeyDefinitionListAddressKeyDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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] ListAddressKeyDefinitions: List AddressKeyDefinitions. More...
 
System.Threading.Tasks.Task< ApiResponse< PagedResourceListOfAddressKeyDefinition > > ListAddressKeyDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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] ListAddressKeyDefinitions: List AddressKeyDefinitions. More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 

Additional Inherited Members

- 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

Member Function Documentation

◆ CreateAddressKeyDefinitionAsync()

System.Threading.Tasks.Task<AddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.CreateAddressKeyDefinitionAsync ( CreateAddressKeyDefinitionRequest  createAddressKeyDefinitionRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition.

Create the given address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createAddressKeyDefinitionRequestThe request used to create the address key definition.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ CreateAddressKeyDefinitionWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<AddressKeyDefinition> > Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.CreateAddressKeyDefinitionWithHttpInfoAsync ( CreateAddressKeyDefinitionRequest  createAddressKeyDefinitionRequest,
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] CreateAddressKeyDefinition: Create an AddressKeyDefinition.

Create the given address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
createAddressKeyDefinitionRequestThe request used to create the address key definition.
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (AddressKeyDefinition)

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ GetAddressKeyDefinitionAsync()

System.Threading.Tasks.Task<AddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.GetAddressKeyDefinitionAsync ( string  key,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition.

Get the address key definition with the given address key at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
keyThe address key of the address key definition.
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of AddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ GetAddressKeyDefinitionWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<AddressKeyDefinition> > Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.GetAddressKeyDefinitionWithHttpInfoAsync ( string  key,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0,
System.Threading.CancellationToken  cancellationToken = default(System.Threading.CancellationToken) 
)

[EARLY ACCESS] GetAddressKeyDefinition: Get an AddressKeyDefinition.

Get the address key definition with the given address key at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
keyThe address key of the address key definition.
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (AddressKeyDefinition)

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ ListAddressKeyDefinitionsAsync()

System.Threading.Tasks.Task<PagedResourceListOfAddressKeyDefinition> Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.ListAddressKeyDefinitionsAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
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] ListAddressKeyDefinitions: List AddressKeyDefinitions.

Fetch the last pre-AsAt date version of each address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
pageThe pagination token to use to continue listing address key definitions from a previous call to list address key definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of PagedResourceListOfAddressKeyDefinition

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.

◆ ListAddressKeyDefinitionsWithHttpInfoAsync()

System.Threading.Tasks.Task<ApiResponse<PagedResourceListOfAddressKeyDefinition> > Lusid.Sdk.Api.IAddressKeyDefinitionApiAsync.ListAddressKeyDefinitionsWithHttpInfoAsync ( DateTimeOffset?  asAt = default(DateTimeOffset?),
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] ListAddressKeyDefinitions: List AddressKeyDefinitions.

Fetch the last pre-AsAt date version of each address key definition.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the address key definition. Defaults to return the latest version of the address key definition if not specified. (optional)
pageThe pagination token to use to continue listing address key definitions from a previous call to list address key definitions. This value is returned from the previous call. If a pagination token is provided the sortBy, filter, effectiveAt, and asAt fields must not have changed since the original request. (optional)
limitWhen paginating, limit the number of returned results to this many. (optional)
filterExpression to filter the result set. Read more about filtering results from LUSID here: https://support.lusid.com/filtering-results-from-lusid. (optional)
operationIndexIndex associated with the operation.
cancellationTokenCancellation Token to cancel the request.
Returns
Task of ApiResponse (PagedResourceListOfAddressKeyDefinition)

Implemented in Lusid.Sdk.Api.AddressKeyDefinitionApi.


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