LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
Public Member Functions inherited from Lusid.Sdk.Api.IDataTypesApiSync | |
DataType | CreateDataType (CreateDataTypeRequest? createDataTypeRequest=default(CreateDataTypeRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateDataType: Create data type definition More... | |
Lusid.Sdk.Client.ApiResponse< DataType > | CreateDataTypeWithHttpInfo (CreateDataTypeRequest? createDataTypeRequest=default(CreateDataTypeRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateDataType: Create data type definition More... | |
DeletedEntityResponse | DeleteDataType (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDataType: Delete a data type definition. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteDataTypeWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
DeleteDataType: Delete a data type definition. More... | |
DataType | GetDataType (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetDataType: Get data type definition More... | |
Lusid.Sdk.Client.ApiResponse< DataType > | GetDataTypeWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
GetDataType: Get data type definition More... | |
ResourceListOfIUnitDefinitionDto | GetUnitsFromDataType (string scope, string code, List< string >? units=default(List< string >?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetUnitsFromDataType: Get units from data type More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfIUnitDefinitionDto > | GetUnitsFromDataTypeWithHttpInfo (string scope, string code, List< string >? units=default(List< string >?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetUnitsFromDataType: Get units from data type More... | |
PagedResourceListOfDataTypeSummary | ListDataTypeSummaries (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListDataTypeSummaries: List all data type summaries, without the reference data More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDataTypeSummary > | ListDataTypeSummariesWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListDataTypeSummaries: List all data type summaries, without the reference data More... | |
ResourceListOfDataType | ListDataTypes (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeSystem=default(bool?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListDataTypes: List data types More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfDataType > | ListDataTypesWithHttpInfo (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeSystem=default(bool?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
ListDataTypes: List data types More... | |
DataType | UpdateDataType (string scope, string code, UpdateDataTypeRequest updateDataTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateDataType: Update data type definition More... | |
Lusid.Sdk.Client.ApiResponse< DataType > | UpdateDataTypeWithHttpInfo (string scope, string code, UpdateDataTypeRequest updateDataTypeRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateDataType: Update data type definition More... | |
DataType | UpdateReferenceData (string scope, string code, UpdateReferenceDataRequest updateReferenceDataRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceData: Update all reference data on a data type, includes the reference values, the field definitions, field values More... | |
Lusid.Sdk.Client.ApiResponse< DataType > | UpdateReferenceDataWithHttpInfo (string scope, string code, UpdateReferenceDataRequest updateReferenceDataRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceData: Update all reference data on a data type, includes the reference values, the field definitions, field values More... | |
DataType | UpdateReferenceValues (string scope, string code, List< FieldValue > fieldValue, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceValues: Update reference data on a data type More... | |
Lusid.Sdk.Client.ApiResponse< DataType > | UpdateReferenceValuesWithHttpInfo (string scope, string code, List< FieldValue > fieldValue, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceValues: Update reference data on a data type More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IDataTypesApiAsync | |
System.Threading.Tasks.Task< DataType > | CreateDataTypeAsync (CreateDataTypeRequest? createDataTypeRequest=default(CreateDataTypeRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateDataType: Create data type definition More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataType > > | CreateDataTypeWithHttpInfoAsync (CreateDataTypeRequest? createDataTypeRequest=default(CreateDataTypeRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] CreateDataType: Create data type definition More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteDataTypeAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDataType: Delete a data type definition. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteDataTypeWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
DeleteDataType: Delete a data type definition. More... | |
System.Threading.Tasks.Task< DataType > | GetDataTypeAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetDataType: Get data type definition More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataType > > | GetDataTypeWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
GetDataType: Get data type definition More... | |
System.Threading.Tasks.Task< ResourceListOfIUnitDefinitionDto > | GetUnitsFromDataTypeAsync (string scope, string code, List< string >? units=default(List< string >?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetUnitsFromDataType: Get units from data type More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfIUnitDefinitionDto > > | GetUnitsFromDataTypeWithHttpInfoAsync (string scope, string code, List< string >? units=default(List< string >?), string? filter=default(string?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetUnitsFromDataType: Get units from data type More... | |
System.Threading.Tasks.Task< PagedResourceListOfDataTypeSummary > | ListDataTypeSummariesAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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) |
[EARLY ACCESS] ListDataTypeSummaries: List all data type summaries, without the reference data More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDataTypeSummary > > | ListDataTypeSummariesWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), 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) |
[EARLY ACCESS] ListDataTypeSummaries: List all data type summaries, without the reference data More... | |
System.Threading.Tasks.Task< ResourceListOfDataType > | ListDataTypesAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeSystem=default(bool?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListDataTypes: List data types More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfDataType > > | ListDataTypesWithHttpInfoAsync (string scope, DateTimeOffset? asAt=default(DateTimeOffset?), bool? includeSystem=default(bool?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
ListDataTypes: List data types More... | |
System.Threading.Tasks.Task< DataType > | UpdateDataTypeAsync (string scope, string code, UpdateDataTypeRequest updateDataTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateDataType: Update data type definition More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataType > > | UpdateDataTypeWithHttpInfoAsync (string scope, string code, UpdateDataTypeRequest updateDataTypeRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateDataType: Update data type definition More... | |
System.Threading.Tasks.Task< DataType > | UpdateReferenceDataAsync (string scope, string code, UpdateReferenceDataRequest updateReferenceDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceData: Update all reference data on a data type, includes the reference values, the field definitions, field values More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataType > > | UpdateReferenceDataWithHttpInfoAsync (string scope, string code, UpdateReferenceDataRequest updateReferenceDataRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceData: Update all reference data on a data type, includes the reference values, the field definitions, field values More... | |
System.Threading.Tasks.Task< DataType > | UpdateReferenceValuesAsync (string scope, string code, List< FieldValue > fieldValue, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceValues: Update reference data on a data type More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DataType > > | UpdateReferenceValuesWithHttpInfoAsync (string scope, string code, List< FieldValue > fieldValue, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] UpdateReferenceValues: Update reference data on a data type More... | |
Represents a collection of functions to interact with the API endpoints