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
The following JSON representation shows the resource type.
{
"preFetchMedia": [ { "@odata.type": "microsoft.graph.mediaInfo" } ]
}