Updated list stream widget.

Hierarchy

  • ListStreamQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Compute configuration for the List Stream Widget. Compute can be used only with the logs_transaction_stream (from 1 to 5 items) list stream source.

dataSource: ListStreamSource

Source from which to query items to display in the stream.

eventSize?: WidgetEventSize

Size to use to display an event.

Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.

indexes?: string[]

List of indexes.

queryString: string

Widget query.

Which column and order to sort by

storage?: string

Option for storage location. Feature in Private Beta.

Generated using TypeDoc