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.ISchemasApiSync | |
Schema | GetEntitySchema (string entity, int operationIndex=0, ConfigurationOptions? opts=null) |
[EARLY ACCESS] GetEntitySchema: Get schema More... | |
Lusid.Sdk.Client.ApiResponse< Schema > | GetEntitySchemaWithHttpInfo (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< PropertySchema > | GetPropertySchemaWithHttpInfo (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< ResourceListOfValueType > | GetValueTypesWithHttpInfo (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< ResourceListOfString > | ListEntitiesWithHttpInfo (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< Schema > | GetEntitySchemaAsync (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< 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 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< 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 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< ResourceListOfString > | ListEntitiesAsync (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... | |
Represents a collection of functions to interact with the API endpoints