Snowflake · Schema

StorageLocationGcs

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
storage_base_url string Specifies the base URL for your cloud storage location.
View JSON Schema on GitHub

JSON Schema

external-volume-storage-location-gcs-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StorageLocationGcs",
  "type": "object",
  "properties": {
    "storage_base_url": {
      "type": "string",
      "description": "Specifies the base URL for your cloud storage location."
    }
  }
}