SNOW-1768252 Ignore getStringForLogging in the requests
We introduced the getStringForLogging for SDK side debugging log purpose. However since we do not ignore the property during serialization, we are actually sending the property in the http request entity. This is not entity and would largely increase the payload size of the request. Adding the JsonIgnore to make sure we are not accidentally include the property in the http request
SNOW-1768252 Ignore getStringForLogging in the requests
We introduced the getStringForLogging for SDK side debugging log purpose. However since we do not ignore the property during serialization, we are actually sending the property in the http request entity. This is not entity and would largely increase the payload size of the request. Adding the JsonIgnore to make sure we are not accidentally include the property in the http request