LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteCdsFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteCdsFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteFlowConventionsAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteFlowConventionsWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< AnnulSingleStructuredDataResponse > | DeleteIndexConventionAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AnnulSingleStructuredDataResponse > > | DeleteIndexConventionWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present. More... | |
System.Threading.Tasks.Task< GetCdsFlowConventionsResponse > | GetCdsFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetCdsFlowConventionsResponse > > | GetCdsFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions More... | |
System.Threading.Tasks.Task< GetFlowConventionsResponse > | GetFlowConventionsAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetFlowConventionsResponse > > | GetFlowConventionsWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetFlowConventions: Get Flow Conventions More... | |
System.Threading.Tasks.Task< GetIndexConventionResponse > | GetIndexConventionAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< GetIndexConventionResponse > > | GetIndexConventionWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] GetIndexConvention: Get Index Convention More... | |
System.Threading.Tasks.Task< ResourceListOfGetCdsFlowConventionsResponse > | ListCdsFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetCdsFlowConventionsResponse > > | ListCdsFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions More... | |
System.Threading.Tasks.Task< ResourceListOfGetFlowConventionsResponse > | ListFlowConventionsAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetFlowConventionsResponse > > | ListFlowConventionsWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListFlowConventions: List the set of Flow Conventions More... | |
System.Threading.Tasks.Task< ResourceListOfGetIndexConventionResponse > | ListIndexConventionAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfGetIndexConventionResponse > > | ListIndexConventionWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] ListIndexConvention: List the set of Index Conventions More... | |
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertCdsFlowConventionsAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertCdsFlowConventionsWithHttpInfoAsync (UpsertCdsFlowConventionsRequest upsertCdsFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid. More... | |
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertFlowConventionsAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertFlowConventionsWithHttpInfoAsync (UpsertFlowConventionsRequest upsertFlowConventionsRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid. More... | |
System.Threading.Tasks.Task< UpsertSingleStructuredDataResponse > | UpsertIndexConventionAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< UpsertSingleStructuredDataResponse > > | UpsertIndexConventionWithHttpInfoAsync (UpsertIndexConventionRequest upsertIndexConventionRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid. More... | |
Represents a collection of functions to interact with the API endpoints
System.Threading.Tasks.Task<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.DeleteCdsFlowConventionsAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present.
Delete the specified CDS Flow Conventions from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.DeleteCdsFlowConventionsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteCdsFlowConventions: Delete the CDS Flow Conventions of given scope and code, assuming that it is present.
Delete the specified CDS Flow Conventions from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to delete. |
code | The CDS Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.DeleteFlowConventionsAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present.
Delete the specified conventions from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.DeleteFlowConventionsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteFlowConventions: Delete the Flow Conventions of given scope and code, assuming that it is present.
Delete the specified conventions from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to delete. |
code | The Flow Conventions to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<AnnulSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.DeleteIndexConventionAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present.
Delete the specified Index Convention from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<AnnulSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.DeleteIndexConventionWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] DeleteIndexConvention: Delete the Index Convention of given scope and code, assuming that it is present.
Delete the specified Index Convention from a single scope. The response will return either detail of the deleted item, or an explanation (failure) as to why this did not succeed. It is important to always check for any unsuccessful response.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to delete. |
code | The Index Convention to delete. |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<GetCdsFlowConventionsResponse> Lusid.Sdk.Api.IConventionsApiAsync.GetCdsFlowConventionsAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions
Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GetCdsFlowConventionsResponse> > Lusid.Sdk.Api.IConventionsApiAsync.GetCdsFlowConventionsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetCdsFlowConventions: Get CDS Flow Conventions
Get a CDS Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the CDS Flow Conventions to retrieve. |
code | The name of the CDS Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the CDS Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<GetFlowConventionsResponse> Lusid.Sdk.Api.IConventionsApiAsync.GetFlowConventionsAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetFlowConventions: Get Flow Conventions
Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GetFlowConventionsResponse> > Lusid.Sdk.Api.IConventionsApiAsync.GetFlowConventionsWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetFlowConventions: Get Flow Conventions
Get a Flow Conventions from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Flow Conventions to retrieve. |
code | The name of the Flow Conventions to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Flow Conventions. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<GetIndexConventionResponse> Lusid.Sdk.Api.IConventionsApiAsync.GetIndexConventionAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetIndexConvention: Get Index Convention
Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<GetIndexConventionResponse> > Lusid.Sdk.Api.IConventionsApiAsync.GetIndexConventionWithHttpInfoAsync | ( | string | scope, |
string | code, | ||
DateTimeOffset? | asAt = default(DateTimeOffset?) , |
||
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] GetIndexConvention: Get Index Convention
Get a Index Convention from a single scope. The response will return either the conventions that has been stored, or a failure explaining why the request was unsuccessful. It is important to always check for any unsuccessful requests (failures).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
scope | The scope of the Index Convention to retrieve. |
code | The name of the Index Convention to retrieve the data for. |
asAt | The asAt datetime at which to retrieve the Index Convention. Defaults to return the latest version if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<ResourceListOfGetCdsFlowConventionsResponse> Lusid.Sdk.Api.IConventionsApiAsync.ListCdsFlowConventionsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions
List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfGetCdsFlowConventionsResponse> > Lusid.Sdk.Api.IConventionsApiAsync.ListCdsFlowConventionsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListCdsFlowConventions: List the set of CDS Flow Conventions
List the set of CDS Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<ResourceListOfGetFlowConventionsResponse> Lusid.Sdk.Api.IConventionsApiAsync.ListFlowConventionsAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListFlowConventions: List the set of Flow Conventions
List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfGetFlowConventionsResponse> > Lusid.Sdk.Api.IConventionsApiAsync.ListFlowConventionsWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListFlowConventions: List the set of Flow Conventions
List the set of Flow Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<ResourceListOfGetIndexConventionResponse> Lusid.Sdk.Api.IConventionsApiAsync.ListIndexConventionAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListIndexConvention: List the set of Index Conventions
List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<ResourceListOfGetIndexConventionResponse> > Lusid.Sdk.Api.IConventionsApiAsync.ListIndexConventionWithHttpInfoAsync | ( | DateTimeOffset? | asAt = default(DateTimeOffset?) , |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] ListIndexConvention: List the set of Index Conventions
List the set of Index Conventions at the specified date/time
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
asAt | The asAt datetime at which to list the conventions. Defaults to latest if not specified. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.UpsertCdsFlowConventionsAsync | ( | UpsertCdsFlowConventionsRequest | upsertCdsFlowConventionsRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid.
Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.UpsertCdsFlowConventionsWithHttpInfoAsync | ( | UpsertCdsFlowConventionsRequest | upsertCdsFlowConventionsRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertCdsFlowConventions: Upsert a set of CDS Flow Conventions. This creates or updates the data in Lusid.
Update or insert CDS Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted CDS Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertCdsFlowConventionsRequest | The CDS Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.UpsertFlowConventionsAsync | ( | UpsertFlowConventionsRequest | upsertFlowConventionsRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid.
Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.UpsertFlowConventionsWithHttpInfoAsync | ( | UpsertFlowConventionsRequest | upsertFlowConventionsRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertFlowConventions: Upsert Flow Conventions. This creates or updates the data in Lusid.
Update or insert Flow Conventions in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Flow Conventions or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertFlowConventionsRequest | The Flow Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<UpsertSingleStructuredDataResponse> Lusid.Sdk.Api.IConventionsApiAsync.UpsertIndexConventionAsync | ( | UpsertIndexConventionRequest | upsertIndexConventionRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid.
Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.
System.Threading.Tasks.Task<Lusid.Sdk.Client.ApiResponse<UpsertSingleStructuredDataResponse> > Lusid.Sdk.Api.IConventionsApiAsync.UpsertIndexConventionWithHttpInfoAsync | ( | UpsertIndexConventionRequest | upsertIndexConventionRequest, |
int | operationIndex = 0 , |
||
System.Threading.CancellationToken | cancellationToken = default(System.Threading.CancellationToken) , |
||
ConfigurationOptions? | opts = null |
||
) |
[BETA] UpsertIndexConvention: Upsert a set of Index Convention. This creates or updates the data in Lusid.
Update or insert Index Convention in a single scope. An item will be updated if it already exists and inserted if it does not. The response will return the successfully updated or inserted Index Convention or failure message if unsuccessful It is important to always check to verify success (or failure).
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
upsertIndexConventionRequest | The Index Conventions to update or insert |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implemented in Lusid.Sdk.Api.ConventionsApi.