SizeConstraints
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
המגבלות על הגדלים של רשימות הגיבוב.
ייצוג JSON |
{
"maxUpdateEntries": integer,
"maxDatabaseEntries": integer
} |
שדות |
maxUpdateEntries |
integer
הגודל המקסימלי במספר הרשומות. העדכון לא יכלול יותר רשומות מהערך הזה, אבל יכול להיות שהעדכון יכיל פחות רשומות מהערך הזה. הערך הזה חייב להיות לפחות 1,024. אם לא מזינים או אפס, לא מוגדרת מגבלת גודל לעדכון.
|
maxDatabaseEntries |
integer
מגדיר את מספר הרשומות המקסימלי שהלקוח מוכן להזין במסד הנתונים המקומי לרשימה. (ייתכן שהשרת גורם ללקוח לאחסן פחות ממספר הרשומות הזה). אם לא מזינים או אפס, לא מוגדרת מגבלת גודל של מסד הנתונים.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-11 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-10-11 (שעון UTC)."],[[["The JSON schema defines constraints for hash list sizes, using `maxUpdateEntries` and `maxDatabaseEntries`."],["`maxUpdateEntries` limits the number of entries in an update, with a minimum value of 1024 and no limit if omitted or zero."],["`maxDatabaseEntries` limits the total entries allowed in the client's local database, with no limit if omitted or zero."]]],["The content defines the structure for specifying constraints on hash list sizes using a JSON object with two integer fields: `maxUpdateEntries` and `maxDatabaseEntries`. `maxUpdateEntries` sets the maximum number of entries in an update, with a minimum of 1024. `maxDatabaseEntries` limits the number of entries a client is willing to store locally. Omitting either field or setting it to zero indicates no size limit for that aspect.\n"]]