Activity › Forums › Salesforce® Discussions › What is a blob data type in Salesforce?
-
What is a blob data type in Salesforce?
Posted by Shubham on January 28, 2020 at 2:30 PMWhat is a blob data type in Salesforce and when should it be implemented?
Marziya replied 6 years, 3 months ago 4 Members · 3 Replies -
3 Replies
-
Blob is a collection of Binary data which is stored as Object. This data types converts the attachments into a single object.
- [adinserter block='9']
-
Blob is a collection of binary data stored as a single object. You can convert this data type to String or from String using the toString and valueOf methods, respectively. Blobs can be accepted as Web service arguments, stored in a document (the body of a document is a Blob), or sent as attachments.
-
hii Shubham,
BLOB data type. A BLOB (binary large object) is a varying-length binary string that can be up to 2,147,483,647 characters long. Like other binary types, BLOB strings are not associated with a code page. In addition, BLOB strings do not hold character data.Blob is a collection of Binary data which is stored as Object. This data types converts the attachments into a single object.
Log In to reply.