SizeConstraints
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Karma liste boyutlarıyla ilgili kısıtlamalar.
JSON gösterimi |
{
"maxUpdateEntries": integer,
"maxDatabaseEntries": integer
} |
Alanlar |
maxUpdateEntries |
integer
Giriş sayısı olarak maksimum boyut. Güncelleme bu değerden fazla giriş içermez ancak bu değerden daha az giriş içerebilir. Bu değer en az 1.024 olmalıdır. Atlanırsa veya sıfır olarak ayarlanırsa güncelleme boyutu sınırı ayarlanmaz.
|
maxDatabaseEntries |
integer
İstemcinin, liste için yerel veritabanında olmasını istediği maksimum giriş sayısını ayarlar. (Sunucu, istemcinin bu sayıdan daha az giriş depolamasına NEDEN OLABİLİR.) Atlanırsa veya sıfır olarak ayarlanırsa veritabanı boyutu sınırı ayarlanmaz.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[],[],null,["# SizeConstraints\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe constraints on the sizes of the hash lists.\n\n| JSON representation |\n|------------------------------------------------------------------------|\n| ``` { \"maxUpdateEntries\": integer, \"maxDatabaseEntries\": integer } ``` |\n\n| Fields ||\n|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `maxUpdateEntries` | `integer` The maximum size in number of entries. The update will not contain more entries than this value, but it is possible that the update will contain fewer entries than this value. This MUST be at least 1024. If omitted or zero, no update size limit is set. |\n| `maxDatabaseEntries` | `integer` Sets the maximum number of entries that the client is willing to have in the local database for the list. (The server MAY cause the client to store less than this number of entries.) If omitted or zero, no database size limit is set. |"]]