Pavel Tupitsyn created IGNITE-16355:
---------------------------------------

             Summary: .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
             Fix For: 3.0.0-alpha5


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.1#820001)

Reply via email to