dataStoreSources property

List<DataStoreToolDataStoreSource>? dataStoreSources
getter/setter pair

Use to target specific DataStores within the Engine.

If empty, the search applies to all DataStores associated with the Engine.

Optional.

Implementation

core.List<DataStoreToolDataStoreSource>? dataStoreSources;