LibraryInfo

Library information.

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
name string
path string
containerName string
type string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-libraryinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LibraryInfo",
  "title": "LibraryInfo",
  "type": "object",
  "description": "Library information.",
  "properties": {
    "name": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "containerName": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}