Blob:getSize

Edit

Returns the size of the Blob's contents, in bytes.

bytes = Blob:getSize()

Arguments

None

Returns

NameTypeDescription
bytesnumber The size of the Blob, in bytes.

See also