File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -375,9 +375,19 @@ struct CORE_EXPORT QgsVectorJoinInfo
375
375
* Defines the coordinate reference system used for the layer. This can be
376
376
* any string accepted by QgsCoordinateReferenceSystem::createFromString()
377
377
*
378
+ * -subsetIndex=(yes|no)
379
+ *
380
+ * Determines whether the provider generates an index to improve the efficiency
381
+ * of subsets. The default is yes
382
+ *
383
+ * -spatialIndex=(yes|no)
384
+ *
385
+ * Determines whether the provider generates a spatial index. The default is no.
386
+ *
378
387
* -useWatcher=(yes|no)
379
388
*
380
- * Defines whether the file will be monitored for changes
389
+ * Defines whether the file will be monitored for changes. The default is
390
+ * to monitor for changes.
381
391
*
382
392
* - quiet
383
393
*
You can’t perform that action at this time.
0 commit comments