Json Bulk Builder
JsonBulkBuilder
JsonBulkBuilder Objects
class JsonBulkBuilder()Json builder. This builder give you the necessary tools to create a json bulk using our OpenGate REST.
constructor
function constructor()Constructor
Arguments:
ogapiInternalOpenGateAPI - required field. This is ogapi instanceorganizationstring - required field. This is the organization name where entities will be created, updated or deletedresourceresource - required field. This is the resource used for the bulk provisiontimeoutnumber (optional) - timeout in millisecons. The request will have a specific time out if it will be exceeded then the promise throw an exceptionasyncboolean (optional) - forces async execution for the bulk operation