ProductUpdateLatencyTolerance
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ระบุความคลาดเคลื่อนของเวลาในการตอบสนองสำหรับการเผยแพร่จากต้นทางถึงปลายทางของการอัปเดตผลิตภัณฑ์
Enum |
PRODUCT_UPDATE_LATENCY_TOLERANCE_UNSPECIFIED |
ค่าเริ่มต้นจะเป็น PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_SENSITIVE |
การอัปเดตจะมีผลกับลูกค้าภายในหลายนาทีโดยเฉลี่ย และนานถึง 2-3 ชั่วโมงในบางกรณีซึ่งไม่ค่อยเกิดขึ้น อัตราการส่งข้อมูลจำกัดอยู่ที่ 7,200 การอัปเดตต่อแอปต่อชั่วโมง |
PRODUCT_UPDATE_LATENCY_TOLERANCE_LATENCY_TOLERANT |
การอัปเดตจะมีผลกับลูกค้าภายใน 24 ชั่วโมง รองรับอัตราการส่งข้อมูลสูงสำหรับการอัปเดตสูงสุด 720,000 รายการต่อแอปต่อชั่วโมงโดยใช้วิธีการแก้ไขเป็นกลุ่ม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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. |"]]