function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chamil MadusankaChamil Madusanka 

Bulk API in APEX

Hi All,

 

Can we use Bulk API in APEX class?

 

Thanks in Advance

bob_buzzardbob_buzzard

I don't believe you can do this, as the bulk API isn't exposed via Apex.  (You'd also likely breach the heap size if you were trying to process large quantities of records in Apex).

kiranmutturukiranmutturu

may be its not...bulk api is used to insert or update large set of data.. so we have limitations when working with apex....

 

 

you can get some more info in this

 

http://www.salesforce.com/us/developer/docs/api_asynch/index_Left.htm#StartTopic=Content/asynch_api_quickstart.htm