SizeConstraints
JSON 표현 |
{
"maxUpdateEntries": integer,
"maxDatabaseEntries": integer
} |
필드 |
maxUpdateEntries |
integer
항목 수의 최대 크기입니다. 업데이트에 이 값보다 많은 항목이 포함되지는 않지만 이 값보다 적은 항목이 포함될 수 있습니다. 최소 1024여야 합니다(MUST). 생략하거나 0이면 업데이트 크기 제한이 설정되지 않습니다.
|
maxDatabaseEntries |
integer
클라이언트가 목록에 대해 로컬 데이터베이스에 포함할 최대 항목 수를 설정합니다. 서버는 클라이언트가 이 수보다 적은 수의 항목을 저장하도록 할 수 있습니다(MAY). 생략하거나 0이면 데이터베이스 크기 제한이 설정되지 않습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-11(UTC)
[null,null,["최종 업데이트: 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."]]],[]]