EventStoreDetailsResponse
API reference for EventStoreDetailsResponse
Interface: EventStoreDetailsResponse
Section titled “Interface: EventStoreDetailsResponse”Detailed event store information including usage statistics and settings. Extends the basic EventStore interface with additional details.
Extends
Section titled “Extends”Properties
Section titled “Properties”createdAt
Section titled “createdAt”createdAt:
string
ISO timestamp of when the event store was created
Inherited from
Section titled “Inherited from”description?
Section titled “description?”
optional
description:string
Optional description of the event store’s purpose or contents
Inherited from
Section titled “Inherited from”id:
string
Unique identifier for the event store
Inherited from
Section titled “Inherited from”name:
string
Display name of the event store
Inherited from
Section titled “Inherited from”region?
Section titled “region?”
optional
region:string
Optional cloud region where the event store is located
Inherited from
Section titled “Inherited from”settings?
Section titled “settings?”
optional
settings:object
Configuration settings for the event store
maxStreamSizeBytes
Section titled “maxStreamSizeBytes”maxStreamSizeBytes:
number
Maximum size in bytes allowed per event stream
retentionPeriodDays
Section titled “retentionPeriodDays”retentionPeriodDays:
number
Number of days events are retained before automatic deletion
statistics?
Section titled “statistics?”
optional
statistics:object
Usage statistics for the event store
databaseSizeBytes
Section titled “databaseSizeBytes”databaseSizeBytes:
number
Storage size in bytes used by the event store
newestEventTimestamp?
Section titled “newestEventTimestamp?”
optional
newestEventTimestamp:string
ISO timestamp of the newest event in the store, if available
oldestEventTimestamp?
Section titled “oldestEventTimestamp?”
optional
oldestEventTimestamp:string
ISO timestamp of the oldest event in the store, if available
totalEvents
Section titled “totalEvents”totalEvents:
number
Total number of events stored
totalStreams
Section titled “totalStreams”totalStreams:
number
Total number of event streams stored
status
Section titled “status”status:
"active"
|"suspended"
|"deleted"
Current status of the event store
Inherited from
Section titled “Inherited from”updatedAt
Section titled “updatedAt”updatedAt:
string
ISO timestamp of when the event store was last updated