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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IStructuredResultDataApiSync
UpsertStructuredDataResponse CreateDataMap (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 CreateDataMap: Create data map More...
 
Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponseCreateDataMapWithHttpInfo (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 CreateDataMap: Create data map More...
 
AnnulStructuredDataResponse DeleteStructuredResultData (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
Lusid.Sdk.Client.ApiResponse< AnnulStructuredDataResponseDeleteStructuredResultDataWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
ResourceListOfAddressKeyDefinition GetAddressKeyDefinitionsForDocument (string scope, string code, string source, string resultType, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfAddressKeyDefinitionGetAddressKeyDefinitionsForDocumentWithHttpInfo (string scope, string code, string source, string resultType, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
GetDataMapResponse GetDataMap (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
Lusid.Sdk.Client.ApiResponse< GetDataMapResponseGetDataMapWithHttpInfo (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
GetStructuredResultDataResponse GetStructuredResultData (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetStructuredResultData: Get structured result data More...
 
Lusid.Sdk.Client.ApiResponse< GetStructuredResultDataResponseGetStructuredResultDataWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 GetStructuredResultData: Get structured result data More...
 
GetVirtualDocumentResponse GetVirtualDocument (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
Lusid.Sdk.Client.ApiResponse< GetVirtualDocumentResponseGetVirtualDocumentWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
PagedResourceListOfVirtualRow GetVirtualDocumentRows (string scope, string code, string source, string resultType, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfVirtualRowGetVirtualDocumentRowsWithHttpInfo (string scope, string code, string source, string resultType, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
UpsertStructuredDataResponse UpsertResultValue (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponseUpsertResultValueWithHttpInfo (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
UpsertStructuredDataResponse UpsertStructuredResultData (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertStructuredResultData: Upsert structured result data More...
 
Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponseUpsertStructuredResultDataWithHttpInfo (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null)
 UpsertStructuredResultData: Upsert structured result data More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IStructuredResultDataApiAsync
System.Threading.Tasks.Task< UpsertStructuredDataResponseCreateDataMapAsync (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 CreateDataMap: Create data map More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > > CreateDataMapWithHttpInfoAsync (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 CreateDataMap: Create data map More...
 
System.Threading.Tasks.Task< AnnulStructuredDataResponseDeleteStructuredResultDataAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulStructuredDataResponse > > DeleteStructuredResultDataWithHttpInfoAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
System.Threading.Tasks.Task< ResourceListOfAddressKeyDefinitionGetAddressKeyDefinitionsForDocumentAsync (string scope, string code, string source, string resultType, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfAddressKeyDefinition > > GetAddressKeyDefinitionsForDocumentWithHttpInfoAsync (string scope, string code, string source, string resultType, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
System.Threading.Tasks.Task< GetDataMapResponseGetDataMapAsync (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetDataMapResponse > > GetDataMapWithHttpInfoAsync (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
System.Threading.Tasks.Task< GetStructuredResultDataResponseGetStructuredResultDataAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetStructuredResultData: Get structured result data More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetStructuredResultDataResponse > > GetStructuredResultDataWithHttpInfoAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 GetStructuredResultData: Get structured result data More...
 
System.Threading.Tasks.Task< GetVirtualDocumentResponseGetVirtualDocumentAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetVirtualDocumentResponse > > GetVirtualDocumentWithHttpInfoAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
System.Threading.Tasks.Task< PagedResourceListOfVirtualRowGetVirtualDocumentRowsAsync (string scope, string code, string source, string resultType, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfVirtualRow > > GetVirtualDocumentRowsWithHttpInfoAsync (string scope, string code, string source, string resultType, DateTimeOrCutLabel effectiveAt, DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
System.Threading.Tasks.Task< UpsertStructuredDataResponseUpsertResultValueAsync (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > > UpsertResultValueWithHttpInfoAsync (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
System.Threading.Tasks.Task< UpsertStructuredDataResponseUpsertStructuredResultDataAsync (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertStructuredResultData: Upsert structured result data More...
 
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > > UpsertStructuredResultDataWithHttpInfoAsync (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 UpsertStructuredResultData: Upsert structured result data 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: