|
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.IBlocksApiSync | |
| DeletedEntityResponse | DeleteBlock (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteBlock: Delete block More... | |
| Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteBlockWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteBlock: Delete block More... | |
| Block | GetBlock (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetBlock: Get Block More... | |
| Lusid.Sdk.Client.ApiResponse< Block > | GetBlockWithHttpInfo (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetBlock: Get Block More... | |
| PagedResourceListOfBlock | ListBlocks (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListBlocks: List Blocks More... | |
| Lusid.Sdk.Client.ApiResponse< PagedResourceListOfBlock > | ListBlocksWithHttpInfo (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListBlocks: List Blocks More... | |
| ResourceListOfBlock | UpsertBlocks (BlockSetRequest? blockSetRequest=default(BlockSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertBlocks: Upsert Block More... | |
| Lusid.Sdk.Client.ApiResponse< ResourceListOfBlock > | UpsertBlocksWithHttpInfo (BlockSetRequest? blockSetRequest=default(BlockSetRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertBlocks: Upsert Block More... | |
Public Member Functions inherited from Lusid.Sdk.Api.IBlocksApiAsync | |
| System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteBlockAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteBlock: Delete block More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteBlockWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] DeleteBlock: Delete block More... | |
| System.Threading.Tasks.Task< Block > | GetBlockAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetBlock: Get Block More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Block > > | GetBlockWithHttpInfoAsync (string scope, string code, DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] GetBlock: Get Block More... | |
| System.Threading.Tasks.Task< PagedResourceListOfBlock > | ListBlocksAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListBlocks: List Blocks More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfBlock > > | ListBlocksWithHttpInfoAsync (DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), List< string >? sortBy=default(List< string >?), int? limit=default(int?), string? filter=default(string?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] ListBlocks: List Blocks More... | |
| System.Threading.Tasks.Task< ResourceListOfBlock > | UpsertBlocksAsync (BlockSetRequest? blockSetRequest=default(BlockSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertBlocks: Upsert Block More... | |
| System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< ResourceListOfBlock > > | UpsertBlocksWithHttpInfoAsync (BlockSetRequest? blockSetRequest=default(BlockSetRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
| [EARLY ACCESS] UpsertBlocks: Upsert Block More... | |
Represents a collection of functions to interact with the API endpoints