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

Public Member Functions | |
| 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. 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. 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. 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. 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. 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. More... | |
Represents a collection of functions to interact with the API endpoints
| BatchDeleteRelationalDataResponse Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.
| Lusid.Sdk.Client.ApiResponse<BatchDeleteRelationalDataResponse> Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.
| BatchUpsertRelationalDatasetsResponse Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.
| Lusid.Sdk.Client.ApiResponse<BatchUpsertRelationalDatasetsResponse> Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.
| PagedResourceListOfRelationalDataPointResponse Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.
| Lusid.Sdk.Client.ApiResponse<PagedResourceListOfRelationalDataPointResponse> Lusid.Sdk.Api.IRelationalDatasetsApiSync.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.
| 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. |
Implemented in Lusid.Sdk.Api.RelationalDatasetsApi.