Skip to main content

vw_videos

Creates, updates, deletes, gets or lists a vw_videos resource.

Overview

Namevw_videos
TypeView
Idazure.video_analyzer.vw_videos

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.flags') as "flags",
JSON_EXTRACT(properties, '$.contentUrls') as "content_urls",
JSON_EXTRACT(properties, '$.mediaInfo') as "media_info",
JSON_EXTRACT(properties, '$.archival') as "archival",
subscriptionId,
resourceGroupName,
accountName,
videoName
FROM azure.video_analyzer.videos
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';