Google Cloud Bigtable · JSON-LD Context

Google Cloud Bigtable Context

JSON-LD context defining the semantic vocabulary for Google Cloud Bigtable from Google Cloud Bigtable.

16 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

bigtable: https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/
gcloud: https://cloud.google.com/apis/

Classes

Instance Cluster Table ColumnFamily Backup name displayName description state type labels createTime location serveNodes defaultStorageType project

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bigtable": "https://cloud.google.com/bigtable/docs/reference/admin/rest/v2/",
    "gcloud": "https://cloud.google.com/apis/",
    "Instance": "bigtable:projects.instances",
    "Cluster": "bigtable:projects.instances.clusters",
    "Table": "bigtable:projects.instances.tables",
    "ColumnFamily": "bigtable:columnFamilies",
    "Backup": "bigtable:projects.instances.clusters.backups",
    "name": "schema:name",
    "displayName": "schema:alternateName",
    "description": "schema:description",
    "state": "bigtable:state",
    "type": "bigtable:instanceType",
    "labels": "schema:keywords",
    "createTime": "schema:dateCreated",
    "location": "schema:location",
    "serveNodes": "bigtable:serveNodes",
    "defaultStorageType": "bigtable:defaultStorageType",
    "project": "gcloud:project"
  }
}