|
LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...

Public Member Functions | |
| RelationalDatasetsApi () | |
| Initializes a new instance of the RelationalDatasetsApi class. More... | |
| RelationalDatasetsApi (string basePath) | |
| Initializes a new instance of the RelationalDatasetsApi class. More... | |
| RelationalDatasetsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the RelationalDatasetsApi class using Configuration object More... | |
| RelationalDatasetsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the RelationalDatasetsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| BatchDeleteRelationalDataResponse | BatchDeleteRelationalData (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, DeleteRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchDeleteRelationalDataResponse > | BatchDeleteRelationalDataWithHttpInfo (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, DeleteRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< BatchDeleteRelationalDataResponse > | BatchDeleteRelationalDataAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, DeleteRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchDeleteRelationalDataResponse > > | BatchDeleteRelationalDataWithHttpInfoAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, DeleteRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition. More... | |
| BatchUpsertRelationalDatasetsResponse | BatchUpsertRelationalData (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, UpsertRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchUpsertRelationalDatasetsResponse > | BatchUpsertRelationalDataWithHttpInfo (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, UpsertRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
| BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< BatchUpsertRelationalDatasetsResponse > | BatchUpsertRelationalDataAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, UpsertRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertRelationalDatasetsResponse > > | BatchUpsertRelationalDataWithHttpInfoAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, Dictionary< string, UpsertRelationalDataPointRequest > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition. More... | |
| PagedResourceListOfRelationalDataPointResponse | QueryRelationalData (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), QueryRelationalDatasetRequest? queryRelationalDatasetRequest=default(QueryRelationalDatasetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition. More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfRelationalDataPointResponse > | QueryRelationalDataWithHttpInfo (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), QueryRelationalDatasetRequest? queryRelationalDatasetRequest=default(QueryRelationalDatasetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< PagedResourceListOfRelationalDataPointResponse > | QueryRelationalDataAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), QueryRelationalDatasetRequest? queryRelationalDatasetRequest=default(QueryRelationalDatasetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfRelationalDataPointResponse > > | QueryRelationalDataWithHttpInfoAsync (string relationalDatasetDefinitionScope, string relationalDatasetDefinitionCode, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), QueryRelationalDatasetRequest? queryRelationalDatasetRequest=default(QueryRelationalDatasetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition. 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 RelationalDatasetsApi class.
|
inline |
Initializes a new instance of the RelationalDatasetsApi class.
|
inline |
Initializes a new instance of the RelationalDatasetsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the RelationalDatasetsApi 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 |
BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The Delete Request. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The Delete Request. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
inline |
BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The Delete Request. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
BatchDeleteRelationalData: Batch Delete Relational Data Points for a given Relational Dataset Definition. Batch Delete Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The Delete Request. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
inline |
BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The DataPoints to upsert. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The DataPoints to upsert. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
inline |
BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The DataPoints to upsert. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
BatchUpsertRelationalData: Batch Upsert Relational Data Points for a given Relational Dataset Definition. Batch Upsert Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| requestBody | The DataPoints to upsert. |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. Note: If using partial failure modes, then it is important to check the response body for failures as any failures will still return a 200 status code. (optional, default to "Partial") |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| asAt | The asAt datetime at which to retrieve the dataset(s). Defaults to returning the latest version of each dataset if not specified. (optional) |
| effectiveAt | The effective datetime or cut label at which to query the datasets. Defaults to the current LUSID system datetime if not specified. (optional) |
| page | The pagination token to use to continue query datasets. This value is returned from the previous call. If a pagination token is provided, the filter, customSortBy, effectiveAt and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
| queryRelationalDatasetRequest | The query request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| asAt | The asAt datetime at which to retrieve the dataset(s). Defaults to returning the latest version of each dataset if not specified. (optional) |
| effectiveAt | The effective datetime or cut label at which to query the datasets. Defaults to the current LUSID system datetime if not specified. (optional) |
| page | The pagination token to use to continue query datasets. This value is returned from the previous call. If a pagination token is provided, the filter, customSortBy, effectiveAt and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
| queryRelationalDatasetRequest | The query request. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
inline |
QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| asAt | The asAt datetime at which to retrieve the dataset(s). Defaults to returning the latest version of each dataset if not specified. (optional) |
| effectiveAt | The effective datetime or cut label at which to query the datasets. Defaults to the current LUSID system datetime if not specified. (optional) |
| page | The pagination token to use to continue query datasets. This value is returned from the previous call. If a pagination token is provided, the filter, customSortBy, effectiveAt and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
| queryRelationalDatasetRequest | The query request. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiSync.
|
inline |
QueryRelationalData: Query Relational Data Points for a given Relational Dataset Definition. Query Relational Data Points for a given Relational Dataset Definition.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| relationalDatasetDefinitionScope | The Scope of the relational dataset definition. |
| relationalDatasetDefinitionCode | The Code of the relational dataset definition. |
| asAt | The asAt datetime at which to retrieve the dataset(s). Defaults to returning the latest version of each dataset if not specified. (optional) |
| effectiveAt | The effective datetime or cut label at which to query the datasets. Defaults to the current LUSID system datetime if not specified. (optional) |
| page | The pagination token to use to continue query datasets. This value is returned from the previous call. If a pagination token is provided, the filter, customSortBy, effectiveAt and asAt fields must not have changed since the original request. (optional) |
| limit | When paginating, limit the results to this number. Defaults to 100 if not specified. (optional) |
| queryRelationalDatasetRequest | The query request. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.IRelationalDatasetsApiAsync.
|
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.