How can I read the size from an javascript object?
My idea: convert object to json string count all letters
result * 8 = size in KB
But i think this is very dirty, an ideas?
Thanks in advance!
How can I read the size from an javascript object?
My idea: convert object to json string count all letters
result * 8 = size in KB
But i think this is very dirty, an ideas?
Thanks in advance!
I found this in the documentation
Size of a single write request to the database 256 MB from the REST API; 16 MB from the SDKs. The total data in each write operation should be less than 256 MB. Multi-path updates are subject to the same size limitation.
Hope it helps :)