serviceHostedMediaConfig resource type

Namespace: microsoft.graph

The media that's hosted remotely and is inherited from mediaConfig.

Properties

Property Type Description
preFetchMedia mediaInfo collection The list of media to pre-fetch.

JSON representation

Here's a JSON representation of the resource.

{
  "preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ]
}