ProjectProperties interface 
特定于项目的属性
属性
| attributes | 实体的其他属性 | 
| branch | 项目的 Branch 属性。 这是可选的 | 
| created | 指示实体创建时间的时间戳 | 
| databases | 与项目关联的 Neon 数据库 | 
| default | 项目的默认终结点设置。 | 
| endpoints | 与项目关联的终结点 | 
| entity | 实体的唯一标识符 | 
| entity | 资源名称 | 
| history | 项目历史记录的保留期(以秒为单位)。 | 
| pg | 项目的 Postgres 版本 | 
| provisioning | 资源的预配状态。 | 
| region | 在其中创建项目的区域 | 
| roles | 与项目关联的角色 | 
| storage | 项目的每小时数据存储字节数 | 
属性详细信息
attributes
branch
		createdAt
	 
	指示实体创建时间的时间戳
createdAt?: string属性值
string
databases
		defaultEndpointSettings
	  
	
endpoints
		entityId
	 
	实体的唯一标识符
entityId?: string属性值
string
		entityName
	 
	资源名称
entityName?: string属性值
string
		historyRetention
	 
	项目历史记录的保留期(以秒为单位)。
historyRetention?: number属性值
number
		pgVersion
	 
	项目的 Postgres 版本
pgVersion?: number属性值
number
		provisioningState
	 
	资源的预配状态。
provisioningState?: string属性值
string
		regionId
	 
	在其中创建项目的区域
regionId?: string属性值
string
roles
storage
项目的每小时数据存储字节数
storage?: number属性值
number