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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IPropertyDefinitionsApiSync
PropertyDefinition CreateDerivedPropertyDefinition (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateDerivedPropertyDefinition: Create derived property definition More...
 
Lusid.Sdk.Client.ApiResponse< PropertyDefinitionCreateDerivedPropertyDefinitionWithHttpInfo (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateDerivedPropertyDefinition: Create derived property definition More...
 
PropertyDefinition CreatePropertyDefinition (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 CreatePropertyDefinition: Create property definition More...
 
Lusid.Sdk.Client.ApiResponse< PropertyDefinitionCreatePropertyDefinitionWithHttpInfo (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 CreatePropertyDefinition: Create property definition More...
 
DeletedEntityResponse DeletePropertyDefinition (string domain, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeletePropertyDefinition: Delete property definition More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeletePropertyDefinitionWithHttpInfo (string domain, string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)
 DeletePropertyDefinition: Delete property definition More...
 
DeletedEntityResponse DeletePropertyDefinitionProperties (string domain, string scope, string code, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeletePropertyDefinitionProperties: Delete property definition properties More...
 
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponseDeletePropertyDefinitionPropertiesWithHttpInfo (string domain, string scope, string code, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeletePropertyDefinitionProperties: Delete property definition properties More...
 
DerivedPropertyComponent GetDerivedFormulaExplanation (DerivationFormulaExplainRequest derivationFormulaExplainRequest, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetDerivedFormulaExplanation: Get explanation of a derived property formula More...
 
Lusid.Sdk.Client.ApiResponse< DerivedPropertyComponentGetDerivedFormulaExplanationWithHttpInfo (DerivationFormulaExplainRequest derivationFormulaExplainRequest, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetDerivedFormulaExplanation: Get explanation of a derived property formula More...
 
ResourceListOfPropertyDefinition GetMultiplePropertyDefinitions (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetMultiplePropertyDefinitions: Get multiple property definitions More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyDefinitionGetMultiplePropertyDefinitionsWithHttpInfo (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetMultiplePropertyDefinitions: Get multiple property definitions More...
 
PropertyDefinition GetPropertyDefinition (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetPropertyDefinition: Get property definition More...
 
Lusid.Sdk.Client.ApiResponse< PropertyDefinitionGetPropertyDefinitionWithHttpInfo (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetPropertyDefinition: Get property definition More...
 
ResourceListOfPropertyInterval GetPropertyDefinitionPropertyTimeSeries (string domain, string scope, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetPropertyDefinitionPropertyTimeSeries: Get Property Definition Property Time Series More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyIntervalGetPropertyDefinitionPropertyTimeSeriesWithHttpInfo (string domain, string scope, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetPropertyDefinitionPropertyTimeSeries: Get Property Definition Property Time Series More...
 
PagedResourceListOfPropertyDefinition ListPropertyDefinitions (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListPropertyDefinitions: List property definitions More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPropertyDefinitionListPropertyDefinitionsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null)
 ListPropertyDefinitions: List property definitions More...
 
PropertyDefinition UpdateDerivedPropertyDefinition (string domain, string scope, string code, UpdateDerivedPropertyDefinitionRequest updateDerivedPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateDerivedPropertyDefinition: Update a pre-existing derived property definition More...
 
Lusid.Sdk.Client.ApiResponse< PropertyDefinitionUpdateDerivedPropertyDefinitionWithHttpInfo (string domain, string scope, string code, UpdateDerivedPropertyDefinitionRequest updateDerivedPropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateDerivedPropertyDefinition: Update a pre-existing derived property definition More...
 
PropertyDefinition UpdatePropertyDefinition (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpdatePropertyDefinition: Update property definition More...
 
Lusid.Sdk.Client.ApiResponse< PropertyDefinitionUpdatePropertyDefinitionWithHttpInfo (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, int operationIndex=0, ConfigurationOptions? opts=null)
 UpdatePropertyDefinition: Update property definition More...
 
BatchUpsertPropertyDefinitionPropertiesResponse UpsertPropertyDefinitionProperties (string domain, string scope, string code, Dictionary< string, Property > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertPropertyDefinitionProperties: Upsert properties to a property definition More...
 
Lusid.Sdk.Client.ApiResponse< BatchUpsertPropertyDefinitionPropertiesResponseUpsertPropertyDefinitionPropertiesWithHttpInfo (string domain, string scope, string code, Dictionary< string, Property > requestBody, string? successMode=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertPropertyDefinitionProperties: Upsert properties to a property definition More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IPropertyDefinitionsApiAsync
System.Threading.Tasks.Task< PropertyDefinitionCreateDerivedPropertyDefinitionAsync (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateDerivedPropertyDefinition: Create derived property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > CreateDerivedPropertyDefinitionWithHttpInfoAsync (CreateDerivedPropertyDefinitionRequest createDerivedPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] CreateDerivedPropertyDefinition: Create derived property definition More...
 
System.Threading.Tasks.Task< PropertyDefinitionCreatePropertyDefinitionAsync (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 CreatePropertyDefinition: Create property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > CreatePropertyDefinitionWithHttpInfoAsync (CreatePropertyDefinitionRequest createPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 CreatePropertyDefinition: Create property definition More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeletePropertyDefinitionAsync (string domain, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeletePropertyDefinition: Delete property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeletePropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 DeletePropertyDefinition: Delete property definition More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeletePropertyDefinitionPropertiesAsync (string domain, string scope, string code, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeletePropertyDefinitionProperties: Delete property definition properties More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > DeletePropertyDefinitionPropertiesWithHttpInfoAsync (string domain, string scope, string code, List< string > requestBody, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] DeletePropertyDefinitionProperties: Delete property definition properties More...
 
System.Threading.Tasks.Task< DerivedPropertyComponentGetDerivedFormulaExplanationAsync (DerivationFormulaExplainRequest derivationFormulaExplainRequest, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetDerivedFormulaExplanation: Get explanation of a derived property formula More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DerivedPropertyComponent > > GetDerivedFormulaExplanationWithHttpInfoAsync (DerivationFormulaExplainRequest derivationFormulaExplainRequest, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetDerivedFormulaExplanation: Get explanation of a derived property formula More...
 
System.Threading.Tasks.Task< ResourceListOfPropertyDefinitionGetMultiplePropertyDefinitionsAsync (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetMultiplePropertyDefinitions: Get multiple property definitions More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyDefinition > > GetMultiplePropertyDefinitionsWithHttpInfoAsync (List< string > propertyKeys, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetMultiplePropertyDefinitions: Get multiple property definitions More...
 
System.Threading.Tasks.Task< PropertyDefinitionGetPropertyDefinitionAsync (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetPropertyDefinition: Get property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > GetPropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetPropertyDefinition: Get property definition More...
 
System.Threading.Tasks.Task< ResourceListOfPropertyIntervalGetPropertyDefinitionPropertyTimeSeriesAsync (string domain, string scope, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetPropertyDefinitionPropertyTimeSeries: Get Property Definition Property Time Series More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfPropertyInterval > > GetPropertyDefinitionPropertyTimeSeriesWithHttpInfoAsync (string domain, string scope, string code, string propertyKey, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), string? page=default(string?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetPropertyDefinitionPropertyTimeSeries: Get Property Definition Property Time Series More...
 
System.Threading.Tasks.Task< PagedResourceListOfPropertyDefinitionListPropertyDefinitionsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListPropertyDefinitions: List property definitions More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfPropertyDefinition > > ListPropertyDefinitionsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 ListPropertyDefinitions: List property definitions More...
 
System.Threading.Tasks.Task< PropertyDefinitionUpdateDerivedPropertyDefinitionAsync (string domain, string scope, string code, UpdateDerivedPropertyDefinitionRequest updateDerivedPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateDerivedPropertyDefinition: Update a pre-existing derived property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > UpdateDerivedPropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, UpdateDerivedPropertyDefinitionRequest updateDerivedPropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] UpdateDerivedPropertyDefinition: Update a pre-existing derived property definition More...
 
System.Threading.Tasks.Task< PropertyDefinitionUpdatePropertyDefinitionAsync (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpdatePropertyDefinition: Update property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertyDefinition > > UpdatePropertyDefinitionWithHttpInfoAsync (string domain, string scope, string code, UpdatePropertyDefinitionRequest updatePropertyDefinitionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpdatePropertyDefinition: Update property definition More...
 
System.Threading.Tasks.Task< BatchUpsertPropertyDefinitionPropertiesResponseUpsertPropertyDefinitionPropertiesAsync (string domain, string scope, string code, Dictionary< string, Property > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertPropertyDefinitionProperties: Upsert properties to a property definition More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< BatchUpsertPropertyDefinitionPropertiesResponse > > UpsertPropertyDefinitionPropertiesWithHttpInfoAsync (string domain, string scope, string code, Dictionary< string, Property > requestBody, string? successMode=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertPropertyDefinitionProperties: Upsert properties to a property 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: