Membrane.Telemetry.TimescaleDB.Model.Link (Membrane Telemetry TimescaleDB v0.1.0) View Source

Module representing a single link between membrane bins/elements.

Each link is represented by a parent path of the linked elements, from/to elements names and on what pads of the elements the link gets created.

Link to this section Summary

Link to this section Types

Specs

t() :: %Membrane.Telemetry.TimescaleDB.Model.Link{
  __meta__: term(),
  from: String.t() | nil,
  pad_from: String.t() | nil,
  pad_to: String.t() | nil,
  parent_path: String.t() | nil,
  time: NaiveDateTime.t() | nil,
  to: String.t() | nil
}

Link to this section Functions

Link to this function

changeset(schema, params)

View Source

Specs

changeset(t(), map()) :: Ecto.Changeset.t()