File
Description
Parameter to configure bundling behavior.
the bundled request will be sent once the count of outstanding elements
in the repeated field reaches this value.
represents a hard limit on the number of elements in the repeated field
of the bundle; if adding a request to a bundle would exceed this value,
the bundle is sent and the new request is added to a fresh bundle. It is
invalid for a single request to exceed this limit.
the bundled request will be sent once the count of bytes in the request
reaches this value. Note that this value is pessimistically approximated
by summing the bytesizes of the elements in the repeated field, and
therefore may be an under-approximation.
represents a hard limit on the size of the bundled request; if adding
a request to a bundle would exceed this value, the bundle is sent and
the new request is added to a fresh bundle. It is invalid for a single
request to exceed this limit. Note that this value is pessimistically
approximated by summing the bytesizes of the elements in the repeated
field, with a buffer applied to correspond to the resulting
under-approximation.
the bundled request will be sent this amount of time after the first
element in the bundle was added to it.
delayThreshold
|
delayThreshold: number
|
Type : number
|
Optional
|
elementCountLimit
|
elementCountLimit: number
|
Type : number
|
Optional
|
elementCountThreshold
|
elementCountThreshold: number
|
Type : number
|
Optional
|
requestByteLimit
|
requestByteLimit: number
|
Type : number
|
Optional
|
requestByteThreshold
|
requestByteThreshold: number
|
Type : number
|
Optional
|