requestClass property

String? requestClass
getter/setter pair

Request class to use for all Blobstore operations for this request. Possible string values are:

  • "UNKNOWN_REQUEST_CLASS" : Unpopulated request_class in log files will be taken as 0 in dremel query. GoogleSQL will try to cast it to enum by default. An unused 0 value is added to avoid GoogleSQL casting error. Please refer to b/69677280.
  • "LATENCY_SENSITIVE" : A latency-sensitive request.
  • "PRODUCTION_BATCH" : A request generated by a batch process.
  • "BEST_EFFORT" : A best-effort request.

Implementation

core.String? requestClass;