firely-net-sdk icon indicating copy to clipboard operation
firely-net-sdk copied to clipboard

Maximum limit that we can update the resources in one transaction.

Open NirithyaChepuri opened this issue 3 years ago • 1 comments

I am sending a set of updates(Entry's) to the server to be processed in one transaction. But need the maximum limit that we can update the resources in one transaction.

Additional details:

  • The method used to update a set of resources is public Task<Bundle> TransactionAsync(Bundle bundle)
  • Fhir version used: Hl7.Fhir.R4.Core, Version=3.2.0.0

NirithyaChepuri avatar Aug 13 '21 17:08 NirithyaChepuri

It sounds like a problem on the server you are trying to reach (I can fully understand they limit the amount of updates in one Bundle). I am not aware the .NET client is setting a limit. Is there something we need to change?

ewoutkramer avatar Aug 19 '21 08:08 ewoutkramer