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

Public Member Functions | |
| CustomDataModelsApi () | |
| Initializes a new instance of the CustomDataModelsApi class. More... | |
| CustomDataModelsApi (string basePath) | |
| Initializes a new instance of the CustomDataModelsApi class. More... | |
| CustomDataModelsApi (Lusid.Sdk.Client.Configuration configuration) | |
| Initializes a new instance of the CustomDataModelsApi class using Configuration object More... | |
| CustomDataModelsApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
| Initializes a new instance of the CustomDataModelsApi class using a Configuration object and client instance. More... | |
| string | GetBasePath () |
| Gets the base path of the API client. More... | |
| BatchAmendCustomDataModelMembershipResponse | BatchAmend (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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. More... | |
| Lusid.Sdk.Client.ApiResponse< BatchAmendCustomDataModelMembershipResponse > | BatchAmendWithHttpInfo (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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. More... | |
| async System.Threading.Tasks.Task< BatchAmendCustomDataModelMembershipResponse > | BatchAmendAsync (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchAmendCustomDataModelMembershipResponse > > | BatchAmendWithHttpInfoAsync (string successMode, Dictionary< string, MembershipAmendmentRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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. More... | |
| CustomDataModel | CreateCustomDataModel (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model. More... | |
| Lusid.Sdk.Client.ApiResponse< CustomDataModel > | CreateCustomDataModelWithHttpInfo (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model. More... | |
| async System.Threading.Tasks.Task< CustomDataModel > | CreateCustomDataModelAsync (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > | CreateCustomDataModelWithHttpInfoAsync (string entityType, CreateCustomDataModelRequest? createCustomDataModelRequest=default(CreateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model. More... | |
| DeletedEntityResponse | DeleteCustomDataModel (string entityType, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies. More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteCustomDataModelWithHttpInfo (string entityType, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies. More... | |
| async System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteCustomDataModelAsync (string entityType, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies. More... | |
| CustomDataModel | GetCustomDataModel (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time. More... | |
| Lusid.Sdk.Client.ApiResponse< CustomDataModel > | GetCustomDataModelWithHttpInfo (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time. More... | |
| async System.Threading.Tasks.Task< CustomDataModel > | GetCustomDataModelAsync (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > | GetCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time. More... | |
| ResourceListOfDataModelSummary | ListDataModelHierarchies (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfDataModelSummary > | ListDataModelHierarchiesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure. More... | |
| async System.Threading.Tasks.Task< ResourceListOfDataModelSummary > | ListDataModelHierarchiesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfDataModelSummary > > | ListDataModelHierarchiesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure. More... | |
| ResourceListOfString | ListSupportedEntityTypes (int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models. More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfString > | ListSupportedEntityTypesWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models. More... | |
| async System.Threading.Tasks.Task< ResourceListOfString > | ListSupportedEntityTypesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfString > > | ListSupportedEntityTypesWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models. More... | |
| CustomDataModel | UpdateCustomDataModel (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model. More... | |
| Lusid.Sdk.Client.ApiResponse< CustomDataModel > | UpdateCustomDataModelWithHttpInfo (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model. More... | |
| async System.Threading.Tasks.Task< CustomDataModel > | UpdateCustomDataModelAsync (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model. More... | |
| async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CustomDataModel > > | UpdateCustomDataModelWithHttpInfoAsync (string entityType, string scope, string code, UpdateCustomDataModelRequest? updateCustomDataModelRequest=default(UpdateCustomDataModelRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model. 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 CustomDataModelsApi class.
|
inline |
Initializes a new instance of the CustomDataModelsApi class.
|
inline |
Initializes a new instance of the CustomDataModelsApi class using Configuration object
| configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the CustomDataModelsApi 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 |
[EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. |
| requestBody | The payload describing the amendments to make for the given Custom Data Model. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. |
| requestBody | The payload describing the amendments to make for the given Custom Data Model. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. |
| requestBody | The payload describing the amendments to make for the given Custom Data Model. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] BatchAmend: Batch amend entities Custom Data Model membership. Add/Remove entities to/from a Custom Data Model in a single operation. Each amendment request must be keyed by a unique correlation ID. This id is ephemeral and is not stored by LUSID. It serves only as a way to easily identify each amendment in the response. 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.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| successMode | Whether the batch request should fail Atomically or in a Partial fashion - Allowed Values: Atomic, Partial. |
| requestBody | The payload describing the amendments to make for the given Custom Data Model. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| createCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| createCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| createCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] CreateCustomDataModel: Create a Custom Data Model Creates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| createCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] DeleteCustomDataModel: Delete a Custom Data Model Delete a Custom Data Model. The data model will remain viewable at previous as at times, but will no longer be part of any hierarchies.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] GetCustomDataModel: Get a Custom Data Model Retrieves a Custom Data Model at a given as at time.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| filter | Expression to filter the results. (optional) |
| sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| filter | Expression to filter the results. (optional) |
| sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| filter | Expression to filter the results. (optional) |
| sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] ListDataModelHierarchies: List Custom Data Model hierarchies. Lists the data model summaries within their hierarchical structure.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| asAt | The asAt datetime at which to retrieve the Data Model. Defaults to return the latest version of the Data Model if not specified. (optional) |
| filter | Expression to filter the results. (optional) |
| sortBy | A list of field names or properties to sort by, each suffixed by " ASC" or " DESC". (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] ListSupportedEntityTypes: List the currently supported entity types for use in Custom Data Models. Lists the currently supported entity types available to bind with Custom Data Models.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| updateCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| updateCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
inline |
[EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| updateCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiSync.
|
inline |
[EXPERIMENTAL] UpdateCustomDataModel: Update a Custom Data Model Updates a Custom Data Model.
| Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
| entityType | The entity type of the Data Model. |
| scope | The scope of the specified Data Model. |
| code | The code of the specified Data Model. |
| updateCustomDataModelRequest | The request containing the details of the Data Model. (optional) |
| operationIndex | Index associated with the operation. |
| cancellationToken | Cancellation Token to cancel the request. |
| opts | Options for this request. |
Implements Lusid.Sdk.Api.ICustomDataModelsApiAsync.
|
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.