Files
plexjs/docs/sdk/models/operations/getbandwidthstatisticsmediacontainer.md

4.2 KiB
Raw Blame History

GetBandwidthStatisticsMediaContainer

Example Usage

import { GetBandwidthStatisticsMediaContainer } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetBandwidthStatisticsMediaContainer = {
  size: 5497,
  device: [
    {
      id: 208,
      name: "Roku Express",
      platform: "Roku",
      clientIdentifier: "793095d235660625108ef785cc7646e9",
      createdAt: 1706470556,
    },
  ],
  account: [
    {
      id: 238960586,
      key: "/accounts/238960586",
      name: "Diane",
      defaultAudioLanguage: "en",
      autoSelectAudio: true,
      defaultSubtitleLanguage: "en",
      subtitleMode: 1,
      thumb: "https://plex.tv/users/50d83634246da1de/avatar?c=1707110967",
    },
  ],
  statisticsBandwidth: [
    {
      accountID: 238960586,
      deviceID: 208,
      timespan: 6,
      at: 1718387650,
      lan: true,
      bytes: 22,
    },
  ],
};

Fields

Field Type Required Description Example
size number N/A 5497
device operations.GetBandwidthStatisticsDevice[] N/A
account operations.GetBandwidthStatisticsAccount[] N/A
statisticsBandwidth operations.StatisticsBandwidth[] N/A