Interface StreamMetadata

Hierarchy

  • StreamMetadata

Properties

config?: {
    fields: Field[];
}

Defines the structure of the content (payloads) of messages in this stream.

Remarks

Not validated, purely for informational value.

Type declaration

description?: string

Human-readable description of this stream.

inactivityThresholdHours?: number

After how many hours of inactivity (i.e. no messages) should a stream be considered inactive. Purely for informational purposes.

partitions: number

Determines how many partitions this stream consist of.

storageDays?: number

If this stream is assigned to storage nodes, how many days (at minimum) should the data be retained for.

Generated using TypeDoc