Skip to content

nooschain v0.1.0


nooschain / db/schema / BucketTable

Interface: BucketTable

Defined in: db/schema.ts:132

Bucket consensus state including replication policy and encryption mode.

Properties

created_at

created_at: Timestamp

Defined in: db/schema.ts:141


created_by_organization_id

created_by_organization_id: string

Defined in: db/schema.ts:137


created_by_user_id

created_by_user_id: string

Defined in: db/schema.ts:136


description

description: string | null

Defined in: db/schema.ts:135


encryption_mode

encryption_mode: string

Defined in: db/schema.ts:139


id

id: string

Defined in: db/schema.ts:133


metadata

metadata: Jsonb

Defined in: db/schema.ts:140


name

name: string

Defined in: db/schema.ts:134


replication_policy

replication_policy: string

Defined in: db/schema.ts:138

Audience-first NOOSChain documentation.