
How can we extract these properties from a feature class in an Enterprise GeoDatabase. I particularly want to extract the 'Instance' values
I am using arcpy.Describe(featureclass). It doesn't give me instance. I looked up the object properties and it is not listed in the documentation.
https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/describe-object-properties.htm
I even used arcpy.da.Describe(featureclass). Still, couldn't get the value of instance.
Any pointers would be greatly appreciated!