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

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

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

Public Member Functions

StagingRuleSet CreateStagingRuleSet (string entityType, CreateStagingRuleSetRequest createStagingRuleSetRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateStagingRuleSet: Create a StagingRuleSet More...
 
ApiResponse< StagingRuleSetCreateStagingRuleSetWithHttpInfo (string entityType, CreateStagingRuleSetRequest createStagingRuleSetRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateStagingRuleSet: Create a StagingRuleSet More...
 
DeletedEntityResponse DeleteStagingRuleSet (string entityType, int operationIndex=0)
 [EXPERIMENTAL] DeleteStagingRuleSet: Delete a StagingRuleSet More...
 
ApiResponse< DeletedEntityResponseDeleteStagingRuleSetWithHttpInfo (string entityType, int operationIndex=0)
 [EXPERIMENTAL] DeleteStagingRuleSet: Delete a StagingRuleSet More...
 
StagingRuleSet GetStagingRuleSet (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetStagingRuleSet: Get a StagingRuleSet More...
 
ApiResponse< StagingRuleSetGetStagingRuleSetWithHttpInfo (string entityType, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetStagingRuleSet: Get a StagingRuleSet More...
 
PagedResourceListOfStagingRuleSet ListStagingRuleSets (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListStagingRuleSets: List StagingRuleSets More...
 
ApiResponse< PagedResourceListOfStagingRuleSetListStagingRuleSetsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0)
 [EXPERIMENTAL] ListStagingRuleSets: List StagingRuleSets More...
 
StagingRuleSet UpdateStagingRuleSet (string entityType, UpdateStagingRuleSetRequest updateStagingRuleSetRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateStagingRuleSet: Update a StagingRuleSet More...
 
ApiResponse< StagingRuleSetUpdateStagingRuleSetWithHttpInfo (string entityType, UpdateStagingRuleSetRequest updateStagingRuleSetRequest, int operationIndex=0)
 [EXPERIMENTAL] UpdateStagingRuleSet: Update a StagingRuleSet 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

◆ CreateStagingRuleSet()

StagingRuleSet Lusid.Sdk.Api.IStagingRuleSetApiSync.CreateStagingRuleSet ( string  entityType,
CreateStagingRuleSetRequest  createStagingRuleSetRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] CreateStagingRuleSet: Create a StagingRuleSet

Create a new staging rule set.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to create the staging rule set.
createStagingRuleSetRequestRequest to create a staging rule set.
operationIndexIndex associated with the operation.
Returns
StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ CreateStagingRuleSetWithHttpInfo()

ApiResponse<StagingRuleSet> Lusid.Sdk.Api.IStagingRuleSetApiSync.CreateStagingRuleSetWithHttpInfo ( string  entityType,
CreateStagingRuleSetRequest  createStagingRuleSetRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] CreateStagingRuleSet: Create a StagingRuleSet

Create a new staging rule set.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to create the staging rule set.
createStagingRuleSetRequestRequest to create a staging rule set.
operationIndexIndex associated with the operation.
Returns
ApiResponse of StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ DeleteStagingRuleSet()

DeletedEntityResponse Lusid.Sdk.Api.IStagingRuleSetApiSync.DeleteStagingRuleSet ( string  entityType,
int  operationIndex = 0 
)

[EXPERIMENTAL] DeleteStagingRuleSet: Delete a StagingRuleSet

Delete a staging rule set of a specific entity type. Deletion will be valid from the staging rule set&#39;s creation datetime. This means that the staging rule set will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to delete the staging rule set.
operationIndexIndex associated with the operation.
Returns
DeletedEntityResponse

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ DeleteStagingRuleSetWithHttpInfo()

ApiResponse<DeletedEntityResponse> Lusid.Sdk.Api.IStagingRuleSetApiSync.DeleteStagingRuleSetWithHttpInfo ( string  entityType,
int  operationIndex = 0 
)

[EXPERIMENTAL] DeleteStagingRuleSet: Delete a StagingRuleSet

Delete a staging rule set of a specific entity type. Deletion will be valid from the staging rule set&#39;s creation datetime. This means that the staging rule set will no longer exist at any effective datetime from the asAt datetime of deletion.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to delete the staging rule set.
operationIndexIndex associated with the operation.
Returns
ApiResponse of DeletedEntityResponse

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ GetStagingRuleSet()

StagingRuleSet Lusid.Sdk.Api.IStagingRuleSetApiSync.GetStagingRuleSet ( string  entityType,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetStagingRuleSet: Get a StagingRuleSet

Get the staging rule set for the given entity type at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to retrieve the staging rule set.
asAtThe asAt datetime at which to retrieve the staging rule set. Defaults to return the latest version of the staging rule set if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ GetStagingRuleSetWithHttpInfo()

ApiResponse<StagingRuleSet> Lusid.Sdk.Api.IStagingRuleSetApiSync.GetStagingRuleSetWithHttpInfo ( string  entityType,
DateTimeOffset?  asAt = default(DateTimeOffset?),
int  operationIndex = 0 
)

[EXPERIMENTAL] GetStagingRuleSet: Get a StagingRuleSet

Get the staging rule set for the given entity type at the specific asAt time.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to retrieve the staging rule set.
asAtThe asAt datetime at which to retrieve the staging rule set. Defaults to return the latest version of the staging rule set if not specified. (optional)
operationIndexIndex associated with the operation.
Returns
ApiResponse of StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ ListStagingRuleSets()

PagedResourceListOfStagingRuleSet Lusid.Sdk.Api.IStagingRuleSetApiSync.ListStagingRuleSets ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List< string >?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[EXPERIMENTAL] ListStagingRuleSets: List StagingRuleSets

List all the staging rule sets matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the staging rule sets. Defaults to return the latest version of the staging rule sets if not specified. (optional)
pageThe pagination token to use to continue listing staging rule sets from a previous call to list staging rule sets. 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)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (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.
Returns
PagedResourceListOfStagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ ListStagingRuleSetsWithHttpInfo()

ApiResponse<PagedResourceListOfStagingRuleSet> Lusid.Sdk.Api.IStagingRuleSetApiSync.ListStagingRuleSetsWithHttpInfo ( DateTimeOffset?  asAt = default(DateTimeOffset?),
string?  page = default(string?),
List< string >?  sortBy = default(List< string >?),
int?  limit = default(int?),
string?  filter = default(string?),
int  operationIndex = 0 
)

[EXPERIMENTAL] ListStagingRuleSets: List StagingRuleSets

List all the staging rule sets matching particular criteria.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
asAtThe asAt datetime at which to retrieve the staging rule sets. Defaults to return the latest version of the staging rule sets if not specified. (optional)
pageThe pagination token to use to continue listing staging rule sets from a previous call to list staging rule sets. 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)
sortByA list of field names to sort by, each suffixed by &quot; ASC&quot; or &quot; DESC&quot; (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.
Returns
ApiResponse of PagedResourceListOfStagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ UpdateStagingRuleSet()

StagingRuleSet Lusid.Sdk.Api.IStagingRuleSetApiSync.UpdateStagingRuleSet ( string  entityType,
UpdateStagingRuleSetRequest  updateStagingRuleSetRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] UpdateStagingRuleSet: Update a StagingRuleSet

Update an existing staging rule set.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to update the staging rule set.
updateStagingRuleSetRequestRequest to update a staging rule set.
operationIndexIndex associated with the operation.
Returns
StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.

◆ UpdateStagingRuleSetWithHttpInfo()

ApiResponse<StagingRuleSet> Lusid.Sdk.Api.IStagingRuleSetApiSync.UpdateStagingRuleSetWithHttpInfo ( string  entityType,
UpdateStagingRuleSetRequest  updateStagingRuleSetRequest,
int  operationIndex = 0 
)

[EXPERIMENTAL] UpdateStagingRuleSet: Update a StagingRuleSet

Update an existing staging rule set.

Exceptions
Lusid.Sdk.Client.ApiExceptionThrown when fails to make API call
Parameters
entityTypeThe entity type for which to update the staging rule set.
updateStagingRuleSetRequestRequest to update a staging rule set.
operationIndexIndex associated with the operation.
Returns
ApiResponse of StagingRuleSet

Implemented in Lusid.Sdk.Api.StagingRuleSetApi.


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