LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
QueryableKeysApi () | |
Initializes a new instance of the QueryableKeysApi class. More... | |
QueryableKeysApi (string basePath) | |
Initializes a new instance of the QueryableKeysApi class. More... | |
QueryableKeysApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the QueryableKeysApi class using Configuration object More... | |
QueryableKeysApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the QueryableKeysApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
ResourceListOfQueryableKey | GetAllQueryableKeys (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys, More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfQueryableKey > | GetAllQueryableKeysWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys, More... | |
async System.Threading.Tasks.Task< ResourceListOfQueryableKey > | GetAllQueryableKeysAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys, More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfQueryableKey > > | GetAllQueryableKeysWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys, 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 QueryableKeysApi class.
|
inline |
Initializes a new instance of the QueryableKeysApi class.
|
inline |
Initializes a new instance of the QueryableKeysApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the QueryableKeysApi 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] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | For user defined DerivedValuation keys. (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.IQueryableKeysApiSync.
|
inline |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | For user defined DerivedValuation keys. (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.IQueryableKeysApiAsync.
|
inline |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | For user defined DerivedValuation keys. (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.IQueryableKeysApiSync.
|
inline |
[EARLY ACCESS] GetAllQueryableKeys: Query the set of supported "addresses" that can be queried from all endpoints. When a request is made, the user needs to know what keys can be passed to it for queryable data. This endpoint provides all supported keys,
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | For user defined DerivedValuation keys. (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.IQueryableKeysApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
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.