Snowflake · JSON Structure

Stream Point Of Time Stream Structure

Type: object Properties: 1
Data LakesData SharingData WarehousingDatabaseSQL

PointOfTimeStream is a JSON Structure definition published by Snowflake, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

stream

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PointOfTimeStream",
  "type": "object",
  "properties": {
    "stream": {
      "type": "string"
    }
  }
}