[ 
https://issues.apache.org/jira/browse/IGNITE-16355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Sapego updated IGNITE-16355:
---------------------------------
    Fix Version/s: 3.0.0-alpha6
                       (was: 3.0.0-alpha5)

> .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
>
>
> 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.7#820007)

Reply via email to