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

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

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

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.ISchemasApiSync
Schema GetEntitySchema (string entity, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetEntitySchema: Get schema More...
 
Lusid.Sdk.Client.ApiResponse< SchemaGetEntitySchemaWithHttpInfo (string entity, int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetEntitySchema: Get schema 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 More...
 
Lusid.Sdk.Client.ApiResponse< PropertySchemaGetPropertySchemaWithHttpInfo (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetPropertySchema: Get property schema 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 More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfValueTypeGetValueTypesWithHttpInfo (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetValueTypes: Get value types More...
 
ResourceListOfString ListEntities (int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListEntities: List entities More...
 
Lusid.Sdk.Client.ApiResponse< ResourceListOfStringListEntitiesWithHttpInfo (int operationIndex=0, ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListEntities: List entities More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.ISchemasApiAsync
System.Threading.Tasks.Task< SchemaGetEntitySchemaAsync (string entity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] GetEntitySchema: Get schema More...
 
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 More...
 
System.Threading.Tasks.Task< PropertySchemaGetPropertySchemaAsync (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 More...
 
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 More...
 
System.Threading.Tasks.Task< ResourceListOfValueTypeGetValueTypesAsync (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 More...
 
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 More...
 
System.Threading.Tasks.Task< ResourceListOfStringListEntitiesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null)
 [EARLY ACCESS] ListEntities: List entities More...
 
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 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: