Snowflake · Schema

StreamClone

Data LakesData SharingData WarehousingDatabaseSQL

Properties

Name Type Description
name string Name of the stream
comment string user comment associated to an object in the dictionary
View JSON Schema on GitHub

JSON Schema

stream-stream-clone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StreamClone",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the stream"
    },
    "comment": {
      "type": "string",
      "description": "user comment associated to an object in the dictionary"
    }
  }
}