ProductUpdateLatencyTolerance
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
제품 업데이트의 엔드 투 엔드 전파 지연 시간에 대한 허용 범위를 지정합니다.
열거형 |
PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED |
기본값은 PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE입니다. |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE |
업데이트는 평균 몇 분 내에 클라이언트에 적용되며 드물게는 최대 몇 시간까지 전파됩니다. 업데이트 처리량은 앱당 시간당 7,200회로 제한됩니다. |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT |
업데이트는 24시간 이내에 클라이언트에 적용됩니다. 일괄 수정 방법을 사용하여 앱당 시간당 최대 720,000회의 높은 처리량을 지원합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eDefines acceptable delays for product updates to reach users.\u003c/p\u003e\n"],["\u003cp\u003eOffers two options: latency-sensitive for quick updates with limited throughput and latency-tolerant for slower updates with high throughput.\u003c/p\u003e\n"],["\u003cp\u003eLatency-sensitive updates reach users within minutes to hours, while latency-tolerant updates can take up to 24 hours.\u003c/p\u003e\n"],["\u003cp\u003eThroughput limitations: latency-sensitive allows 7,200 updates per app per hour, while latency-tolerant supports 720,000 updates per app per hour using batch modifications.\u003c/p\u003e\n"]]],["The document outlines tolerances for product update propagation latency. `LATENCY_SENSITIVE` updates reach clients within minutes, up to a few hours in rare cases, with a 7,200 updates/app/hour limit. `LATENCY_TOLERANT` updates take up to 24 hours, supporting high throughput at 720,000 updates/app/hour via batch methods. An unspecified tolerance defaults to `LATENCY_SENSITIVE`.\n"],null,["# ProductUpdateLatencyTolerance\n\nSpecifies the tolerance for the end-to-end propagation latency of a product update.\n\n| Enums ||\n|------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED` | Defaults to PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE. |\n| `PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE` | 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. |\n| `PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT` | 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. |"]]