LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Public Member Functions | |
SchemasApi () | |
Initializes a new instance of the SchemasApi class. More... | |
SchemasApi (string basePath) | |
Initializes a new instance of the SchemasApi class. More... | |
SchemasApi (Lusid.Sdk.Client.Configuration configuration) | |
Initializes a new instance of the SchemasApi class using Configuration object More... | |
SchemasApi (Lusid.Sdk.Client.ISynchronousClient client, Lusid.Sdk.Client.IAsynchronousClient asyncClient, Lusid.Sdk.Client.IReadableConfiguration configuration) | |
Initializes a new instance of the SchemasApi class using a Configuration object and client instance. More... | |
string | GetBasePath () |
Gets the base path of the API client. More... | |
Schema | GetEntitySchema (string entity, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity More... | |
Lusid.Sdk.Client.ApiResponse< Schema > | GetEntitySchemaWithHttpInfo (string entity, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity More... | |
async System.Threading.Tasks.Task< Schema > | GetEntitySchemaAsync (string entity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Schema > > | GetEntitySchemaWithHttpInfoAsync (string entity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity More... | |
PropertySchema | GetPropertySchema (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys. More... | |
Lusid.Sdk.Client.ApiResponse< PropertySchema > | GetPropertySchemaWithHttpInfo (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys. More... | |
async System.Threading.Tasks.Task< PropertySchema > | GetPropertySchemaAsync (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PropertySchema > > | GetPropertySchemaWithHttpInfoAsync (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys. More... | |
ResourceListOfValueType | GetValueTypes (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfValueType > | GetValueTypesWithHttpInfo (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available. More... | |
async System.Threading.Tasks.Task< ResourceListOfValueType > | GetValueTypesAsync (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfValueType > > | GetValueTypesWithHttpInfoAsync (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available. More... | |
ResourceListOfString | ListEntities (int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available. More... | |
Lusid.Sdk.Client.ApiResponse< ResourceListOfString > | ListEntitiesWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available. More... | |
async System.Threading.Tasks.Task< ResourceListOfString > | ListEntitiesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available. More... | |
async System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfString > > | ListEntitiesWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available. More... | |
Properties | |
Lusid.Sdk.Client.IAsynchronousClient | AsynchronousClient [get, set] |
The client for accessing this underlying API asynchronously. More... | |
Lusid.Sdk.Client.ISynchronousClient | Client [get, set] |
The client for accessing this underlying API synchronously. More... | |
Lusid.Sdk.Client.IReadableConfiguration | Configuration [get, set] |
Gets or sets the configuration object More... | |
Lusid.Sdk.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the SchemasApi class.
|
inline |
Initializes a new instance of the SchemasApi class.
|
inline |
Initializes a new instance of the SchemasApi class using Configuration object
configuration | An instance of Configuration |
|
inline |
Initializes a new instance of the SchemasApi class using a Configuration object and client instance.
client | The client interface for synchronous API access. |
asyncClient | The client interface for asynchronous API access. |
configuration | The configuration object. |
|
inline |
Gets the base path of the API client.
The base path
|
inline |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entity | The name of a valid entity |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entity | The name of a valid entity |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entity | The name of a valid entity |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetEntitySchema: Get schema Gets the schema and meta-data for a given entity
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
entity | The name of a valid entity |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
propertyKeys | One or more property keys for which the schema is requested (optional) |
asAt | Optional. The AsAt date of the data (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
propertyKeys | One or more property keys for which the schema is requested (optional) |
asAt | Optional. The AsAt date of the data (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
propertyKeys | One or more property keys for which the schema is requested (optional) |
asAt | Optional. The AsAt date of the data (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetPropertySchema: Get property schema Get the schemas for the provided list of property keys.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
propertyKeys | One or more property keys for which the schema is requested (optional) |
asAt | Optional. The AsAt date of the data (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] GetValueTypes: Get value types Gets the available value types for which a schema is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
sortBy | Optional. Order the results by these fields. Use use the '-' sign to denote descending order e.g. -MyFieldName (optional) |
limit | Optional. When paginating, limit the number of returned results to this many. (optional) |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
inline |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
operationIndex | Index associated with the operation. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiSync.
|
inline |
[EARLY ACCESS] ListEntities: List entities List all available entities for which schema information is available.
Lusid.Sdk.Client.ApiException | Thrown when fails to make API call |
operationIndex | Index associated with the operation. |
cancellationToken | Cancellation Token to cancel the request. |
opts | Options for this request. |
Implements Lusid.Sdk.Api.ISchemasApiAsync.
|
getset |
The client for accessing this underlying API asynchronously.
|
getset |
The client for accessing this underlying API synchronously.
|
getset |
Gets or sets the configuration object
An instance of the Configuration
|
getset |
Provides a factory method hook for the creation of exceptions.