The ArcGIS Pro arcpy describe object contains a geometryStorage method for GDB Feature classes that isn't available on the "regular" arcpy describe object. This is a very handy attribute it should be added to the regular arcpy describe method return attributes.
I believe this is a duplicate of:
Although this is an old idea, we'd like to draw attention to some documentation that will help users if they find themselves in this thread.
Users are now able to use ArcPy to determine the storage engine type using arcpy.Describe(). I've included a link to the most recent doc for the Describe function, as well as a technical article for additional clarification if needed.
Describe Function:
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm
ESRI Technical Article: How to report geometry storage type used for all spatial data in an Enterprise Geodatabase using Python.
https://support.esri.com/en/technical-article/000026361
Thanks for the Ideas!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.