msgraph-sdk-dotnet icon indicating copy to clipboard operation
msgraph-sdk-dotnet copied to clipboard

Optionally Turn off Kiota Backing Store

Open grippstick opened this issue 2 weeks ago • 0 comments

Is your feature request related to a problem? Please describe the problem.

When I download a very large Attachment, where the contentBytes are included, it is extremely slow, because of the Kiota Parsing.

Describe the solution you'd like.

I would like a way to tell the GraphClient to do a fast Deserialize that is not tracked.

Maybe something like graphClient.Me.Messages[msgID].Attachments[attID].GetAsync(config => {config.DoNotTrack();})

Additional context?

No response

grippstick avatar Jun 26 '24 15:06 grippstick