Blob:getSize
EditReturns the size of the Blob's contents, in bytes.
bytes = Blob:getSize()
Arguments
None
Returns
Name | Type | Description |
bytes | number | The size of the Blob, in bytes. |
See also
Blob
Returns the size of the Blob's contents, in bytes.
bytes = Blob:getSize()
None
Name | Type | Description |
bytes | number | The size of the Blob, in bytes. |
Blob