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)
 [EARLY ACCESS] GetEntitySchema: Get schema More...
 
ApiResponse< SchemaGetEntitySchemaWithHttpInfo (string entity, int operationIndex=0)
 [EARLY ACCESS] GetEntitySchema: Get schema More...
 
PropertySchema GetPropertySchema (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetPropertySchema: Get property schema More...
 
ApiResponse< PropertySchemaGetPropertySchemaWithHttpInfo (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0)
 [EARLY ACCESS] GetPropertySchema: Get property schema More...
 
ResourceListOfValueType GetValueTypes (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0)
 [EARLY ACCESS] GetValueTypes: Get value types More...
 
ApiResponse< ResourceListOfValueTypeGetValueTypesWithHttpInfo (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0)
 [EARLY ACCESS] GetValueTypes: Get value types More...
 
ResourceListOfString ListEntities (int operationIndex=0)
 [EARLY ACCESS] ListEntities: List entities More...
 
ApiResponse< ResourceListOfStringListEntitiesWithHttpInfo (int operationIndex=0)
 [EARLY ACCESS] ListEntities: List entities 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.ISchemasApiAsync
System.Threading.Tasks.Task< SchemaGetEntitySchemaAsync (string entity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetEntitySchema: Get schema More...
 
System.Threading.Tasks.Task< ApiResponse< Schema > > GetEntitySchemaWithHttpInfoAsync (string entity, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetPropertySchema: Get property schema More...
 
System.Threading.Tasks.Task< ApiResponse< PropertySchema > > GetPropertySchemaWithHttpInfoAsync (List< string >? propertyKeys=default(List< string >?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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))
 [EARLY ACCESS] GetValueTypes: Get value types More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfValueType > > GetValueTypesWithHttpInfoAsync (List< string >? sortBy=default(List< string >?), int? limit=default(int?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] GetValueTypes: Get value types More...
 
System.Threading.Tasks.Task< ResourceListOfStringListEntitiesAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListEntities: List entities More...
 
System.Threading.Tasks.Task< ApiResponse< ResourceListOfString > > ListEntitiesWithHttpInfoAsync (int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EARLY ACCESS] ListEntities: List entities 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: