Snowflake · JSON Structure

Snowflake Sql Rest Partition Info Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

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

Properties

rowCount compressedSize uncompressedSize

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PartitionInfo",
  "type": "object",
  "properties": {
    "rowCount": {
      "type": "integer"
    },
    "compressedSize": {
      "type": "integer"
    },
    "uncompressedSize": {
      "type": "integer"
    }
  }
}