Microsoft Dynamics NAV · JSON Structure

Admin Center Used Storage Structure

Type: object Properties: 4
Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

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

Properties

environmentType environmentName applicationFamily databaseStorageInKilobytes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UsedStorage",
  "type": "object",
  "properties": {
    "environmentType": {
      "type": "string"
    },
    "environmentName": {
      "type": "string"
    },
    "applicationFamily": {
      "type": "string"
    },
    "databaseStorageInKilobytes": {
      "type": "integer"
    }
  }
}