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.IStructuredResultDataApiSync | |
UpsertStructuredDataResponse | CreateDataMap (string scope, Dictionary< string, CreateDataMapRequest > requestBody, int operationIndex=0, ConfigurationOptions? opts=null) |
CreateDataMap: Create data map More... | |
Lusid.Sdk.Client.ApiResponse< UpsertStructuredDataResponse > | CreateDataMapWithHttpInfo (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< AnnulStructuredDataResponse > | DeleteStructuredResultDataWithHttpInfo (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< ResourceListOfAddressKeyDefinition > | GetAddressKeyDefinitionsForDocumentWithHttpInfo (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< GetDataMapResponse > | GetDataMapWithHttpInfo (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< GetStructuredResultDataResponse > | GetStructuredResultDataWithHttpInfo (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< GetVirtualDocumentResponse > | GetVirtualDocumentWithHttpInfo (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< PagedResourceListOfVirtualRow > | GetVirtualDocumentRowsWithHttpInfo (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< UpsertStructuredDataResponse > | UpsertResultValueWithHttpInfo (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< UpsertStructuredDataResponse > | UpsertStructuredResultDataWithHttpInfo (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< UpsertStructuredDataResponse > | CreateDataMapAsync (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< AnnulStructuredDataResponse > | DeleteStructuredResultDataAsync (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< ResourceListOfAddressKeyDefinition > | GetAddressKeyDefinitionsForDocumentAsync (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< GetDataMapResponse > | GetDataMapAsync (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< GetStructuredResultDataResponse > | GetStructuredResultDataAsync (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< GetVirtualDocumentResponse > | GetVirtualDocumentAsync (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< PagedResourceListOfVirtualRow > | GetVirtualDocumentRowsAsync (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< UpsertStructuredDataResponse > | UpsertResultValueAsync (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< UpsertStructuredDataResponse > | UpsertStructuredResultDataAsync (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... | |
Represents a collection of functions to interact with the API endpoints