You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2017-11-15/examples/EnvironmentsCreate.json
Copy file name to clipboardExpand all lines: specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2017-11-15/examples/EnvironmentsGet.json
Copy file name to clipboardExpand all lines: specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2017-11-15/examples/EnvironmentsGetExpandStatus.json
Copy file name to clipboardExpand all lines: specification/timeseriesinsights/resource-manager/Microsoft.TimeSeriesInsights/stable/2017-11-15/timeseriesinsights.json
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1310,6 +1310,13 @@
1310
1310
"name": "StorageLimitExceededBehavior",
1311
1311
"modelAsString": false
1312
1312
}
1313
+
},
1314
+
"partitionKeyProperties": {
1315
+
"type": "array",
1316
+
"items": {
1317
+
"$ref": "#/definitions/PartitionKeyProperty"
1318
+
},
1319
+
"description": "The list of partition keys according to which the data in the environment will be ordered."
1313
1320
}
1314
1321
},
1315
1322
"required": [
@@ -1365,9 +1372,36 @@
1365
1372
"name": "StorageLimitExceededBehavior",
1366
1373
"modelAsString": false
1367
1374
}
1375
+
},
1376
+
"partitionKeyProperties": {
1377
+
"type": "array",
1378
+
"items": {
1379
+
"$ref": "#/definitions/PartitionKeyProperty"
1380
+
},
1381
+
"description": "The list of event properties which will be used to partition data in the environment."
1368
1382
}
1369
1383
}
1370
1384
},
1385
+
"PartitionKeyProperty": {
1386
+
"properties": {
1387
+
"name": {
1388
+
"type": "string",
1389
+
"description": "The name of the property."
1390
+
},
1391
+
"type": {
1392
+
"type": "string",
1393
+
"description": "The type of the property.",
1394
+
"enum": [
1395
+
"String"
1396
+
],
1397
+
"x-ms-enum": {
1398
+
"name": "PropertyType",
1399
+
"modelAsString": false
1400
+
}
1401
+
}
1402
+
},
1403
+
"description": "The structure of the property that a partition key can have. An environment can have multiple such properties."
0 commit comments