Is it possible to create a Dynamic Region that is Partitioned?
In the 7.0 User Guide it says:
If your application does not require partitioned regions, you can use the com.gemstone.gemfire.cache.DynamicRegionFactory class to dynamically create regions, or you can create them using the <dynamic-region-factory> element in the cache.xml file that defines the region. See <dynamic-region-factory> on page 867.
Pivotal Inc. recommends that you use functions to create regions dynamically in your application, as described in this topic.
So it's unclear whether you cannot create a Dynamic Region that is Partitioned, or whether you can only create it using functions.
Thanks,