Stay organized with collections
Save and categorize content based on your preferences.
publicfinalclassBlobimplementsSerializable
Blob contains an array of bytes. This byte array can be no bigger than 1MB. To store
files, particularly files larger than this 1MB limit, look at the Blobstore API.
Construct a new Blob with the specified bytes. Since Blobs can be quite large
we do not perform a defensive copy of the provided byte array. It is the programmer's
responsibility to avoid making changes to this array once the Blob has been
constructed.
Parameter
Name
Description
bytes
byte[]
Methods
equals(@Nullable Object object)
publicbooleanequals(@NullableObjectobject)
Two Blob objects are considered equal if their contained bytes match exactly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]