[ 
https://issues.apache.org/jira/browse/IGNITE-16355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616320#comment-17616320
 ] 

Pavel Tupitsyn commented on IGNITE-16355:
-----------------------------------------

Merged to main: c4c6821c4b1b66e0a7af59e8af4ba665e0656097

> .NET: Thin 3.0: Support value types in the Table API
> ----------------------------------------------------
>
>                 Key: IGNITE-16355
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16355
>             Project: Ignite
>          Issue Type: Improvement
>          Components: platforms, thin client
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-alpha6
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Table API is constrained to reference types currently:
> {code}
> interface IRecordView<T> where T : class
> {code}
> Remove this constraint. This will require changing all APIs that potentially 
> return null:
> * Get
> * GetAll
> * GetAndUpsert
> * GetAndReplace
> * GetAndDelete
> Single-key APIs can be changed to {{bool TryGet(K, out V)}} format. GetAll - 
> not clear, investigate.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to