You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2022/10/12 06:02:00 UTC

[jira] [Commented] (IGNITE-16355) .NET: Thin 3.0: Support value types in the Table API

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

Igor Sapego commented on IGNITE-16355:
--------------------------------------

[~ptupitsyn] looks good

> .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.10#820010)