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
George FraserGeorge Fraser 

What are the standard BigObjects?

Is there a list of all standard BigObjects somewhere? Or is there a way to tell through the REST API whether an object is a BigObject?
yogesh_sharmayogesh_sharma

Hello George,

Please have a look into following links, these links will give you full idea about Bigobject.

http://resources.docs.salesforce.com/sfdc/pdf/big_objects_guide.pdf

https://releasenotes.docs.salesforce.com/en-us/winter16/release-notes/rn_general_async_query.htm

https://developer.salesforce.com/releases/release/Spring_%252716/bigobjects

https://releasenotes.docs.salesforce.com/en-us/summer15/release-notes/rn_forcecom_bigobject.htm

I hope it helps you.

Thanks,

Yogesh Sharma

George FraserGeorge Fraser
None of those contains a list of standard BigObjects. That's not an answer to my question at all.
Sunit KatkarSunit Katkar
Too late to this thread, and a newbiew with Salesforce. I am looking at BigObjects and as far as I have understood, a BigObject is a replica of a standard sObject which you create and then store in salesforce itself. An example use case - suppose you have records dating back from a few years and you wish to archive them. Then you would create a BigObject out of the object you want to archive and store it separately in salesforce and delete the records from the standard object.

The only documentation I found which explained what a BigObject is in details is here 
http://resources.docs.salesforce.com/sfdc/pdf/big_objects_guide.pdf
This tells you how you can create a BigObject and then deploy it. 

Hope this helps.
Prashant Pandey07Prashant Pandey07
Standard big objects — Objects defined by Salesforce and included in Salesforce products. FieldHistoryArchive is a standard big object that stores data as part of the Field Audit Trail product.