File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed
Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments