Skip to main content

vw_gremlin_graphs

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

Overview

Namevw_gremlin_graphs
TypeView
Idazure.cosmos_db.vw_gremlin_graphs

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
identity as identity,
JSON_EXTRACT(properties, '$.resource') as "resource",
JSON_EXTRACT(properties, '$.options') as "options",
subscriptionId,
resourceGroupName,
accountName,
databaseName,
graphName
FROM azure.cosmos_db.gremlin_graphs
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me' AND databaseName = 'replace-me';