Skip to main content

vw_streaming_locators

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

Overview

Namevw_streaming_locators
TypeView
Idazure.media_services.vw_streaming_locators

Fields

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

SQL Definition

SELECT
systemData as system_data,
JSON_EXTRACT(properties, '$.assetName') as "asset_name",
JSON_EXTRACT(properties, '$.created') as "created",
JSON_EXTRACT(properties, '$.startTime') as "start_time",
JSON_EXTRACT(properties, '$.endTime') as "end_time",
JSON_EXTRACT(properties, '$.streamingLocatorId') as "streaming_locator_id",
JSON_EXTRACT(properties, '$.streamingPolicyName') as "streaming_policy_name",
JSON_EXTRACT(properties, '$.defaultContentKeyPolicyName') as "default_content_key_policy_name",
JSON_EXTRACT(properties, '$.contentKeys') as "content_keys",
JSON_EXTRACT(properties, '$.alternativeMediaId') as "alternative_media_id",
JSON_EXTRACT(properties, '$.filters') as "filters",
subscriptionId,
resourceGroupName,
accountName,
streamingLocatorName
FROM azure.media_services.streaming_locators
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';