UpdateSpaceRequest

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
name string Updated name
description string Updated description
diskStorageQuota integer Updated disk storage quota in GB
memoryStorageQuota integer Updated in-memory storage quota in GB
View JSON Schema on GitHub

JSON Schema

sap-bi-updatespacerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateSpaceRequest",
  "title": "UpdateSpaceRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated name"
    },
    "description": {
      "type": "string",
      "description": "Updated description"
    },
    "diskStorageQuota": {
      "type": "integer",
      "description": "Updated disk storage quota in GB"
    },
    "memoryStorageQuota": {
      "type": "integer",
      "description": "Updated in-memory storage quota in GB"
    }
  }
}