LUSID C# SDK
List of all members
Lusid.Sdk.Api.ICheckDefinitionsApi Interface Reference

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ICheckDefinitionsApiSync
CheckDefinition CreateCheckDefinition (CreateCheckDefinitionRequest? createCheckDefinitionRequest=default(CreateCheckDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCheckDefinition: Create a Check Definition More...
 
Lusid.Sdk.Client.ApiResponse< CheckDefinitionCreateCheckDefinitionWithHttpInfo (CreateCheckDefinitionRequest? createCheckDefinitionRequest=default(CreateCheckDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCheckDefinition: Create a Check Definition More...
 
DeletedEntityResponse DeleteCheckDefinition (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCheckDefinition: Deletes a particular Check Definition More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeleteCheckDefinitionWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCheckDefinition: Deletes a particular Check Definition More...
 
CheckDefinition DeleteRules (string scope, string code, List< DeleteDataQualityRule >? deleteDataQualityRule=default(List< DeleteDataQualityRule >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteRules: Delete rules on a particular Check Definition More...
 
Lusid.Sdk.Client.ApiResponse< CheckDefinitionDeleteRulesWithHttpInfo (string scope, string code, List< DeleteDataQualityRule >? deleteDataQualityRule=default(List< DeleteDataQualityRule >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteRules: Delete rules on a particular Check Definition More...
 
CheckDefinition GetCheckDefinition (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCheckDefinition: Get a single Check Definition by scope and code. More...
 
Lusid.Sdk.Client.ApiResponse< CheckDefinitionGetCheckDefinitionWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCheckDefinition: Get a single Check Definition by scope and code. More...
 
PagedResourceListOfCheckDefinition ListCheckDefinitions (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListCheckDefinitions: List Check Definitions More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCheckDefinitionListCheckDefinitionsWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListCheckDefinitions: List Check Definitions More...
 
RunCheckResponse RunCheckDefinition (string scope, string code, RunCheckRequest? runCheckRequest=default(RunCheckRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunCheckDefinition: Runs a Check Definition against given dataset. More...
 
Lusid.Sdk.Client.ApiResponse< RunCheckResponseRunCheckDefinitionWithHttpInfo (string scope, string code, RunCheckRequest? runCheckRequest=default(RunCheckRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunCheckDefinition: Runs a Check Definition against given dataset. More...
 
CheckDefinition UpdateCheckDefinition (string scope, string code, UpdateCheckDefinitionRequest? updateCheckDefinitionRequest=default(UpdateCheckDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCheckDefinition: Update Check Definition defined by scope and code More...
 
Lusid.Sdk.Client.ApiResponse< CheckDefinitionUpdateCheckDefinitionWithHttpInfo (string scope, string code, UpdateCheckDefinitionRequest? updateCheckDefinitionRequest=default(UpdateCheckDefinitionRequest?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCheckDefinition: Update Check Definition defined by scope and code More...
 
CheckDefinition UpsertRules (string scope, string code, List< UpsertDataQualityRule >? upsertDataQualityRule=default(List< UpsertDataQualityRule >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertRules: Upsert rules to a particular Check Definition More...
 
Lusid.Sdk.Client.ApiResponse< CheckDefinitionUpsertRulesWithHttpInfo (string scope, string code, List< UpsertDataQualityRule >? upsertDataQualityRule=default(List< UpsertDataQualityRule >?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertRules: Upsert rules to a particular Check Definition More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ICheckDefinitionsApiAsync
System.Threading.Tasks.Task< CheckDefinitionCreateCheckDefinitionAsync (CreateCheckDefinitionRequest? createCheckDefinitionRequest=default(CreateCheckDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCheckDefinition: Create a Check Definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CheckDefinition > > CreateCheckDefinitionWithHttpInfoAsync (CreateCheckDefinitionRequest? createCheckDefinitionRequest=default(CreateCheckDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] CreateCheckDefinition: Create a Check Definition More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteCheckDefinitionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCheckDefinition: Deletes a particular Check Definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeleteCheckDefinitionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteCheckDefinition: Deletes a particular Check Definition More...
 
System.Threading.Tasks.Task< CheckDefinitionDeleteRulesAsync (string scope, string code, List< DeleteDataQualityRule >? deleteDataQualityRule=default(List< DeleteDataQualityRule >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteRules: Delete rules on a particular Check Definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CheckDefinition > > DeleteRulesWithHttpInfoAsync (string scope, string code, List< DeleteDataQualityRule >? deleteDataQualityRule=default(List< DeleteDataQualityRule >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteRules: Delete rules on a particular Check Definition More...
 
System.Threading.Tasks.Task< CheckDefinitionGetCheckDefinitionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCheckDefinition: Get a single Check Definition by scope and code. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CheckDefinition > > GetCheckDefinitionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetCheckDefinition: Get a single Check Definition by scope and code. More...
 
System.Threading.Tasks.Task< PagedResourceListOfCheckDefinitionListCheckDefinitionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListCheckDefinitions: List Check Definitions More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfCheckDefinition > > ListCheckDefinitionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] ListCheckDefinitions: List Check Definitions More...
 
System.Threading.Tasks.Task< RunCheckResponseRunCheckDefinitionAsync (string scope, string code, RunCheckRequest? runCheckRequest=default(RunCheckRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunCheckDefinition: Runs a Check Definition against given dataset. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< RunCheckResponse > > RunCheckDefinitionWithHttpInfoAsync (string scope, string code, RunCheckRequest? runCheckRequest=default(RunCheckRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] RunCheckDefinition: Runs a Check Definition against given dataset. More...
 
System.Threading.Tasks.Task< CheckDefinitionUpdateCheckDefinitionAsync (string scope, string code, UpdateCheckDefinitionRequest? updateCheckDefinitionRequest=default(UpdateCheckDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCheckDefinition: Update Check Definition defined by scope and code More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CheckDefinition > > UpdateCheckDefinitionWithHttpInfoAsync (string scope, string code, UpdateCheckDefinitionRequest? updateCheckDefinitionRequest=default(UpdateCheckDefinitionRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpdateCheckDefinition: Update Check Definition defined by scope and code More...
 
System.Threading.Tasks.Task< CheckDefinitionUpsertRulesAsync (string scope, string code, List< UpsertDataQualityRule >? upsertDataQualityRule=default(List< UpsertDataQualityRule >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertRules: Upsert rules to a particular Check Definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< CheckDefinition > > UpsertRulesWithHttpInfoAsync (string scope, string code, List< UpsertDataQualityRule >? upsertDataQualityRule=default(List< UpsertDataQualityRule >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertRules: Upsert rules to a particular Check Definition More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


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