Re: DataModelling in Ignite .NET with Inheritance.

2024-04-17 Thread Pavel Tupitsyn
Hi Satyajit, Here you go: using Apache.Ignite.Core; using Apache.Ignite.Core.Cache; using var ignite = Ignition.Start(); var cache = ignite.GetOrCreateCache("myCache"); cache[1] = new Base(1, "base-1"); cache[2] = new Derived(2, "derived-2", 42); foreach (ICacheEntry entry in cache) { Cons

DataModelling in Ignite .NET with Inheritance.

2024-04-17 Thread satyajit.mandal.barclays.com via user
Hi Pavel, Do we have any working example with Parent and Derived class data model being saved in Ignite ?. Regards Satyajit Barclays Execution Services Limited registered in England. Registered No. 1767980. Registered office: 1 Churchill Place, London, E14 5HP Barclays Execution Se

Re: ignitevisorcmd tool - alternate option

2024-04-17 Thread Charlin S
Hi, Thanks for your email, /control.sh —system-view CACHES > output.txt works for now, I have not started using sqlline. Thanks & Regards, Charlin On Mon, 15 Apr 2024 at 22:21, Николай Ижиков wrote: > > Thanks for your email, able to get a list of caches like list . but the > result format is