Azure Synapse Analytics · Schema
LibraryResource
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| name | string | |
| type | string | |
| etag | string | |
| properties | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LibraryResource",
"title": "LibraryResource",
"type": "object",
"properties": {
"id": {
"type": "string",
"readOnly": true
},
"name": {
"type": "string",
"readOnly": true
},
"type": {
"type": "string",
"readOnly": true
},
"etag": {
"type": "string",
"readOnly": true
},
"properties": {
"type": "object",
"properties": {
"name": {
"type": "string",
"readOnly": true
},
"path": {
"type": "string",
"readOnly": true
},
"containerName": {
"type": "string",
"readOnly": true
},
"uploadedTimestamp": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"type": {
"type": "string",
"readOnly": true
},
"provisioningStatus": {
"type": "string",
"readOnly": true
},
"creatorId": {
"type": "string",
"readOnly": true
}
}
}
}
}