Skip to content

Commit 75d180d

Browse files
committed
remove redundant container property
1 parent 64acd16 commit 75d180d

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

properties_pane/defaultData.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"dbVendor": "CosmosDB",
66
"apiExperience": "Gremlin API",
77
"transactionalDataStored": 10,
8-
"analyticalDataStored": 10,
98
"itemSize": 1,
109
"readsPerSecPerRegion": 100,
1110
"writesPerSecPerRegion": 100
1211
},
1312
"container": {
1413
"name": "New graph",
1514
"traversalSource": "g",
16-
"indexes": []
15+
"indexes": [],
16+
"autopilot": false
1717
},
1818
"collection": {
1919
"collectionName": "New vertex",

properties_pane/model_level/modelLevelConfig.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -282,26 +282,6 @@ making sure that you maintain a proper JSON format.
282282
"valueType": "number",
283283
"allowNegative": false
284284
},
285-
/* {
286-
"propertyName": "Use Analytical Store",
287-
"propertyKeyword": "useAnalyticalStore",
288-
"propertyTooltip": "Enable analytical store capability",
289-
"propertyType": "checkbox"
290-
},
291-
{
292-
"propertyName": "Total analytical data stored",
293-
"propertyKeyword": "analyticalDataStored",
294-
"propertyTooltip": "In GB, storage needed for analytical workload",
295-
"propertyValidate": true,
296-
"propertyType": "numeric",
297-
"valueType": "number",
298-
"allowNegative": false,
299-
"dependency": {
300-
"key": "useAnalyticalStore",
301-
"value": true
302-
}
303-
},
304-
*/
305285
{
306286
"propertyName": "Avg item size",
307287
"propertyKeyword": "itemSize",

0 commit comments

Comments
 (0)