Azure Synapse Analytics · Example Payload

Azure Synapse Big Data Pool Example

AnalyticsApache SparkBig DataData WarehouseETLSQL

Azure Synapse Big Data Pool Example is an example object payload from Azure Synapse Analytics, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamelocationproperties

Example Payload

Raw ↑
{
  "id": "example-string",
  "name": "example-string",
  "location": "example-string",
  "properties": {
    "provisioningState": "example-string",
    "nodeCount": 1,
    "nodeSize": "Small",
    "sparkVersion": "example-string",
    "autoScaleProperties": {
      "minNodeCount": {},
      "maxNodeCount": {},
      "enabled": {}
    }
  }
}