Skip to content

EventStoreInfo

API reference for EventStoreInfo

@delta-base/server


Event store information returned from the Management API. Contains basic information about an event store.

createdAt: string

ISO timestamp of when the event store was created


optional description: string

Optional description of the event store’s purpose or contents


id: string

Unique identifier for the event store


name: string

Display name of the event store


optional region: string

Optional cloud region where the event store is located


status: "active" | "suspended" | "deleted"

Current status of the event store


updatedAt: string

ISO timestamp of when the event store was last updated