Type Alias GetSettingsResult

type GetSettingsResult = {
    data?: { ArchiveEnabled?: boolean; EventTTL?: number };
}
Index

Properties

Properties

data?: { ArchiveEnabled?: boolean; EventTTL?: number }

Server configuration options.

Type declaration

  • OptionalArchiveEnabled?: boolean

    Is Long Term Storage archiving enabled?.

  • OptionalEventTTL?: number

    The events TTL in seconds.