Amazon Glue · JSON Structure

Glue Get Column Statistics For Table Response Structure

GetColumnStatisticsForTableResponse schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

GetColumnStatisticsForTableResponse is a JSON Structure definition published by Amazon Glue, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ColumnStatisticsList Errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-column-statistics-for-table-response-structure.json",
  "name": "GetColumnStatisticsForTableResponse",
  "description": "GetColumnStatisticsForTableResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "ColumnStatisticsList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnStatisticsList"
        },
        {
          "description": "List of ColumnStatistics."
        }
      ]
    },
    "Errors": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnErrors"
        },
        {
          "description": "List of ColumnStatistics that failed to be retrieved."
        }
      ]
    }
  }
}