Microsoft Windows Server · JSON Structure

Iis Administration Web Site Limits Structure

Type: object Properties: 4
DatacenterEnterpriseInfrastructureMicrosoftOperating SystemServer ManagementWindows ServerWindows Server 2025

WebSiteLimits is a JSON Structure definition published by Microsoft Windows Server, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

connection_timeout max_bandwidth max_connections max_url_segments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WebSiteLimits",
  "type": "object",
  "properties": {
    "connection_timeout": {
      "type": "integer"
    },
    "max_bandwidth": {
      "type": "integer"
    },
    "max_connections": {
      "type": "integer"
    },
    "max_url_segments": {
      "type": "integer"
    }
  }
}