Share via


ProjectProperties interface

Properties specific to Project

Properties

attributes

Additional attributes for the entity

branch

The Branch properties of the project. This is optional

createdAt

Timestamp indicating when the entity was created

databases

Neon Databases associated with the project

defaultEndpointSettings

Default endpoint settings for the project.

endpoints

Endpoints associated with the project

entityId

Unique identifier for the entity

entityName

Name of the resource

historyRetention

The retention period for project history in seconds.

pgVersion

Postgres version for the project

provisioningState

Provisioning state of the resource.

regionId

Region where the project is created

roles

Roles associated with the project

storage

Data Storage bytes per hour for the project

Property Details

attributes

Additional attributes for the entity

attributes?: Attributes[]

Property Value

branch

The Branch properties of the project. This is optional

branch?: BranchProperties

Property Value

createdAt

Timestamp indicating when the entity was created

createdAt?: string

Property Value

string

databases

Neon Databases associated with the project

databases?: NeonDatabaseProperties[]

Property Value

defaultEndpointSettings

Default endpoint settings for the project.

defaultEndpointSettings?: DefaultEndpointSettings

Property Value

endpoints

Endpoints associated with the project

endpoints?: EndpointProperties[]

Property Value

entityId

Unique identifier for the entity

entityId?: string

Property Value

string

entityName

Name of the resource

entityName?: string

Property Value

string

historyRetention

The retention period for project history in seconds.

historyRetention?: number

Property Value

number

pgVersion

Postgres version for the project

pgVersion?: number

Property Value

number

provisioningState

Provisioning state of the resource.

provisioningState?: string

Property Value

string

regionId

Region where the project is created

regionId?: string

Property Value

string

roles

Roles associated with the project

roles?: NeonRoleProperties[]

Property Value

storage

Data Storage bytes per hour for the project

storage?: number

Property Value

number