I'm not using Newtosoft.Json anymore so I tried to deserialize the metadata like this:
var chunkData = JsonSerializer.Deserialize<ChunkMetaDataModel>(metaData)!;
It's not getting de-serialized properly as all strings are null and all integers are 0s.
Please update this documentation page: ASP.NET Core Upload Component Chunk Upload | Telerik UI for ASP.NET Core & this demo: Chunk Upload in ASP.NET Core Upload Component Demo | Telerik UI for ASP.NET Core soon as I'm stuck for now.
I originally got help from StackOverflow from my question: c# - System.Text.Json.* & deserialization of streams - Stack Overflow