Data lifecycle settings

interface StreamLifecycleSettings {
    dataDeletedAfter?: string;
    retainedAfterSoftDelete: string;
}

Properties

dataDeletedAfter?: string

Time specifying how long to retain a record in this stream.

retainedAfterSoftDelete: string

Time until the soft deleted stream will actually be deleted by the system,