FuelSDK-Node-SOAP icon indicating copy to clipboard operation
FuelSDK-Node-SOAP copied to clipboard

Passing in batch size

Open schung507 opened this issue 1 year ago • 1 comments

I would like to pass in BatchSize as part of the RetrieveRequest.Options as outlined here but this doesn't seem to be possible right now.

var options = {
   options: {
      batchSize: 200,
   }
}

schung507 avatar Jun 08 '23 22:06 schung507

Try sfmc-sdk instead, which allows that and more. It's a rewrite of this SDK that fixes a lot of the issues that this SDK here suffers from

JoernBerkefeld avatar Jun 12 '23 12:06 JoernBerkefeld