是否有可能获得实体的大小?看起来这应该是一件简单的事情,但我不知道怎么做。
我看到这个
com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.
但我不确定实体是否高于 1mb。希望我能检测到它是否是并对此采取措施。在 catch 子句中处理这种情况是否是最佳实践。
是否有可能获得实体的大小?看起来这应该是一件简单的事情,但我不知道怎么做。
我看到这个
com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.
但我不确定实体是否高于 1mb。希望我能检测到它是否是并对此采取措施。在 catch 子句中处理这种情况是否是最佳实践。