SizeConstraints
    
    
      
    
    
      
      使用集合让一切井井有条
    
    
      
      根据您的偏好保存内容并对其进行分类。
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
    
    
    
      
      
      
        
          
            
              | JSON 表示法 | 
          
          
            
              | {
  "maxUpdateEntries": integer,
  "maxDatabaseEntries": integer
} | 
          
        
      
      
        
          
            
            
          
          
            
              | 字段 | 
          
          
            
              | maxUpdateEntries | integer
 条目数的大小上限。更新包含的条目数不会超过此值,但更新包含的条目数可能会少于此值。该值必须至少为 1024。如果省略或为零,则不会设置更新大小限制。 | 
            
              | maxDatabaseEntries | integer
 设置客户端在本地数据库中希望列表包含的最大条目数。(服务器可以导致客户端存储的条目数少于此数量。)如果省略或为零,则不会设置任何数据库大小限制。 | 
          
        
      
    
  
  
  
  
 
  
    
    
      
       
    
    
  
  
  如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
  最后更新时间 (UTC):2025-07-25。
  
  
  
    
      [null,null,["最后更新时间 (UTC):2025-07-25。"],[],["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"]]