Streaming

class oci.apm_traces.models.Streaming(**kwargs)

Bases: object

Definition of the Stream.

Methods

__init__(**kwargs) Initializes a new Streaming object with values from keyword arguments.

Attributes

stream_id Gets the stream_id of this Streaming.
__init__(**kwargs)

Initializes a new Streaming object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:stream_id (str) – The value to assign to the stream_id property of this Streaming.
stream_id

Gets the stream_id of this Streaming. Stream Id.

Returns:The stream_id of this Streaming.
Return type:str