Enum InappproductsResource.DeleteRequest.LatencyToleranceEnum
Optional. The latency tolerance for the propagation of this product update. Defaults to latency-sensitive.
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public enum InappproductsResource.DeleteRequest.LatencyToleranceEnum
Fields
| Name | Description |
|---|---|
| PRODUCTUPDATELATENCYTOLERANCELATENCYSENSITIVE | The update will propagate to clients within several minutes on average and up to a few hours in rare cases. Throughput is limited to 7,200 updates per app per hour. |
| PRODUCTUPDATELATENCYTOLERANCELATENCYTOLERANT | The update will propagate to clients within 24 hours. Supports high throughput of up to 720,000 updates per app per hour using batch modification methods. |
| PRODUCTUPDATELATENCYTOLERANCEUNSPECIFIED | Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE. |