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)
 [EXPERIMENTAL] CreateDataMap: Create data map More...
 
ApiResponse< UpsertStructuredDataResponseCreateDataMapWithHttpInfo (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0)
 [EXPERIMENTAL] CreateDataMap: Create data map More...
 
AnnulStructuredDataResponse DeleteStructuredResultData (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0)
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
ApiResponse< AnnulStructuredDataResponseDeleteStructuredResultDataWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0)
 [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)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
ApiResponse< ResourceListOfAddressKeyDefinitionGetAddressKeyDefinitionsForDocumentWithHttpInfo (string scope, string code, string source, string resultType, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
GetDataMapResponse GetDataMap (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0)
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
ApiResponse< GetDataMapResponseGetDataMapWithHttpInfo (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0)
 [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)
 [EXPERIMENTAL] GetStructuredResultData: Get structured result data More...
 
ApiResponse< GetStructuredResultDataResponseGetStructuredResultDataWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), string? maxAge=default(string?), int operationIndex=0)
 [EXPERIMENTAL] GetStructuredResultData: Get structured result data More...
 
GetVirtualDocumentResponse GetVirtualDocument (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
ApiResponse< GetVirtualDocumentResponseGetVirtualDocumentWithHttpInfo (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [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)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
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)
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
UpsertStructuredDataResponse UpsertResultValue (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
ApiResponse< UpsertStructuredDataResponseUpsertResultValueWithHttpInfo (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0)
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
UpsertStructuredDataResponse UpsertStructuredResultData (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0)
 [BETA] UpsertStructuredResultData: Upsert structured result data More...
 
ApiResponse< UpsertStructuredDataResponseUpsertStructuredResultDataWithHttpInfo (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0)
 [BETA] UpsertStructuredResultData: Upsert structured result data More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. 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))
 [EXPERIMENTAL] CreateDataMap: Create data map More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertStructuredDataResponse > > CreateDataMapWithHttpInfoAsync (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] 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))
 [EXPERIMENTAL] DeleteStructuredResultData: Delete structured result data More...
 
System.Threading.Tasks.Task< ApiResponse< AnnulStructuredDataResponse > > DeleteStructuredResultDataWithHttpInfoAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetAddressKeyDefinitionsForDocument: Get AddressKeyDefinitions for a virtual document. More...
 
System.Threading.Tasks.Task< 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))
 [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))
 [EXPERIMENTAL] GetDataMap: Get data map More...
 
System.Threading.Tasks.Task< ApiResponse< GetDataMapResponse > > GetDataMapWithHttpInfoAsync (string scope, Dictionary< string, DataMapKey > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EXPERIMENTAL] GetStructuredResultData: Get structured result data More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] 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))
 [EXPERIMENTAL] GetVirtualDocument: Get Virtual Documents More...
 
System.Threading.Tasks.Task< ApiResponse< GetVirtualDocumentResponse > > GetVirtualDocumentWithHttpInfoAsync (string scope, Dictionary< string, StructuredResultDataId > requestBody, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetVirtualDocumentRows: Get Virtual Document Rows More...
 
System.Threading.Tasks.Task< 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))
 [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))
 [EXPERIMENTAL] UpsertResultValue: Upsert result value More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertStructuredDataResponse > > UpsertResultValueWithHttpInfoAsync (string scope, Dictionary< string, UpsertResultValuesDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [BETA] UpsertStructuredResultData: Upsert structured result data More...
 
System.Threading.Tasks.Task< ApiResponse< UpsertStructuredDataResponse > > UpsertStructuredResultDataWithHttpInfoAsync (string scope, Dictionary< string, UpsertStructuredResultDataRequest > requestBody, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [BETA] UpsertStructuredResultData: Upsert structured result data More...
 
- 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


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