<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Make function to access the Geodatabase elements date and size in Python Ideas</title>
    <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idi-p/1236645</link>
    <description>&lt;P&gt;The Geodatabase elements Name, Type, Date Modified, Size and Path can be viewed in ArcGIS PRO Catalog View.&amp;nbsp; Please add a function to access these element descriptions.&amp;nbsp; I would like to be able to post these descriptions in the Table of Contents show the data vintage can quickly be found.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graharg_MAO_0-1669848100585.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/57303iAE24EA821E07C8B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="graharg_MAO_0-1669848100585.png" alt="graharg_MAO_0-1669848100585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 22:43:23 GMT</pubDate>
    <dc:creator>graharg_MAO</dc:creator>
    <dc:date>2022-11-30T22:43:23Z</dc:date>
    <item>
      <title>Add 'File Size' and 'Date Modified' to arcpy.Describe featureclass properties</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969728#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be really nice to be able to return the 'File Size' and 'Date Modified' properties of a feature class through the arcpy.describe function. This would be really helpful in helping to ensure that users are current with their datasets.&lt;BR /&gt;&lt;BR /&gt;something like:&lt;/P&gt;&lt;PRE style="margin-left: 15px; font-size: 11px; background-color: #eeeeee; width: 501.59375px; color: #4d4d4d;"&gt;&lt;CODE&gt;&lt;SPAN class="kn" style="color: #0000ff;"&gt;import&lt;/SPAN&gt;&lt;SPAN class="nn"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="c" style="color: #008000;"&gt;# Create a Describe object from the feature class&lt;/SPAN&gt;&lt;SPAN class="c" style="color: #008000;"&gt;#&lt;/SPAN&gt;&lt;SPAN class="n"&gt;desc&lt;/SPAN&gt;&lt;SPAN class="o"&gt;=&lt;/SPAN&gt;&lt;SPAN class="n"&gt;arcpy&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;Describe&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515;"&gt;"C:/data/arch.dgn/Point"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;)&lt;/SPAN&gt;&lt;SPAN class="c" style="color: #008000;"&gt;# Print some feature class properties&lt;/SPAN&gt;&lt;SPAN class="c" style="color: #008000;"&gt;#&lt;/SPAN&gt;&lt;SPAN class="k" style="color: #0000ff;"&gt;print&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515;"&gt;"File Size: "&lt;/SPAN&gt;&lt;SPAN class="o"&gt;+&lt;/SPAN&gt;&lt;SPAN class="n"&gt;desc&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;fileSize&lt;/SPAN&gt;&lt;SPAN class="k" style="color: #0000ff;"&gt;print&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515;"&gt;"Date Modified : "&lt;/SPAN&gt;&lt;SPAN class="o"&gt;+&lt;/SPAN&gt;&lt;SPAN class="n"&gt;desc&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;dateModified&lt;/SPAN&gt;&lt;SPAN class="k" style="color: #0000ff;"&gt;print&lt;/SPAN&gt;&lt;SPAN class="s" style="color: #a31515;"&gt;"Read/Write: "&lt;/SPAN&gt;&lt;SPAN class="o"&gt;+&lt;/SPAN&gt; desc.permissions&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 14:27:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969728#M169</guid>
      <dc:creator>JohnDye</dc:creator>
      <dc:date>2013-05-21T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'File Size' and 'Date Modified' to arcpy.Describe featureclass properties</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969729#M170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;FYI, there is a &lt;A href="https://community.esri.com/message/520833?et=watches.email.thread#520833" target="_blank"&gt;geonet thread&lt;/A&gt; related to this topic. It can be accomplished using some ArcObjects integration with Python, but it would be wonderful if this idea were promoted and the functionality included in a future release of the software,

&lt;!-- content transformation source ID: 00aE000000C4coJ --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 16:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969729#M170</guid>
      <dc:creator>MicahBabinski</dc:creator>
      <dc:date>2015-05-20T16:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'File Size' and 'Date Modified' to arcpy.Describe featureclass properties</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969730#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After 4.5 years the answer from ESRI is....Meh.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 22:56:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969730#M171</guid>
      <dc:creator>PhilLarkin1</dc:creator>
      <dc:date>2017-12-13T22:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'File Size' and 'Date Modified' to arcpy.Describe featureclass properties</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969731#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would add so much functionally with python scripting.&amp;nbsp; You can see If a feature class has changed file size, you can see any feature classes that have been updated in the last week, you can set up a check to see if there were any major changes in file size in the last week,&amp;nbsp; you can make a check to see if the feature class was updated the same day, then run the script if it was or return a&amp;nbsp; reminder to update the FC if it wasn't. Check to see if any FC's in a GDB has been updated in the last week and update all associated MXDs to services based on what was changed...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sadly, after waiting for so long, I don't think ESRI's interested in adding that functionality.&amp;nbsp; So I'll be sticking with shape files if I ever want the convenience of that kind of file metadata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969731#M172</guid>
      <dc:creator>EricTran</dc:creator>
      <dc:date>2019-11-26T14:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'File Size' and 'Date Modified' to arcpy.Describe featureclass properties</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969732#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/218219"&gt;Phil Larkin&lt;/A&gt;‌, make that 6.5 years!&amp;nbsp; I will leave a note to my kid to check back when he is grown up because I think this request will outlive me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 00:00:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/969732#M173</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-02-13T00:00:28Z</dc:date>
    </item>
    <item>
      <title>Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idi-p/1236645</link>
      <description>&lt;P&gt;The Geodatabase elements Name, Type, Date Modified, Size and Path can be viewed in ArcGIS PRO Catalog View.&amp;nbsp; Please add a function to access these element descriptions.&amp;nbsp; I would like to be able to post these descriptions in the Table of Contents show the data vintage can quickly be found.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graharg_MAO_0-1669848100585.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/57303iAE24EA821E07C8B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="graharg_MAO_0-1669848100585.png" alt="graharg_MAO_0-1669848100585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 22:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idi-p/1236645</guid>
      <dc:creator>graharg_MAO</dc:creator>
      <dc:date>2022-11-30T22:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1237014#M159</link>
      <description>&lt;P&gt;Here is some documentation that will allow for you to export any file information regarding the database.&lt;/P&gt;&lt;P&gt;&lt;A title="Get file information via python" href="https://docs.python.org/3/library/os.path.html" target="_blank" rel="noopener"&gt;Get file information via python&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;os.path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;getatime&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Return the time of last access of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path&lt;/EM&gt;. The return value is a floating point number giving the number of seconds since the epoch (see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="time: Time access and conversions." href="https://docs.python.org/3/library/time.html#module-time" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;time&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;module). Raise&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="OSError" href="https://docs.python.org/3/library/exceptions.html#OSError" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;OSError&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if the file does not exist or is inaccessible.&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;os.path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;getmtime&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Return the time of last modification of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path&lt;/EM&gt;. The return value is a floating point number giving the number of seconds since the epoch (see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="time: Time access and conversions." href="https://docs.python.org/3/library/time.html#module-time" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;time&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;module). Raise&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="OSError" href="https://docs.python.org/3/library/exceptions.html#OSError" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;OSError&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if the file does not exist or is inaccessible.&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN class=""&gt;Changed in version 3.6:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Accepts a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.python.org/3/glossary.html#term-path-like-object" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;path-like object&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;os.path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;getctime&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Return the system’s ctime which, on some systems (like Unix) is the time of the last metadata change, and, on others (like Windows), is the creation time for&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path&lt;/EM&gt;. The return value is a number giving the number of seconds since the epoch (see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="time: Time access and conversions." href="https://docs.python.org/3/library/time.html#module-time" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;time&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;module). Raise&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="OSError" href="https://docs.python.org/3/library/exceptions.html#OSError" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;OSError&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if the file does not exist or is inaccessible.&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN class=""&gt;Changed in version 3.6:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Accepts a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.python.org/3/glossary.html#term-path-like-object" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;path-like object&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;os.path.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;getsize&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Return the size, in bytes, of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;path&lt;/EM&gt;. Raise&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="OSError" href="https://docs.python.org/3/library/exceptions.html#OSError" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;OSError&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;if the file does not exist or is inaccessible.&lt;/P&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN class=""&gt;Changed in version 3.6:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;Accepts a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.python.org/3/glossary.html#term-path-like-object" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;path-like object&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Dec 2022 21:13:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1237014#M159</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2022-12-01T21:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1243065#M176</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 20:00:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1243065#M176</guid>
      <dc:creator>geomatix</dc:creator>
      <dc:date>2022-12-21T20:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1327853#M233</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We're working on this!&amp;nbsp; This status does not guarantee that the functionality will be in the next release, but development work has begun. Release cycles vary by product so make sure to check&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.esri.com/en/other-resources/product-life-cycle" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;product&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;life cycle information&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to get an idea of when to expect the next release.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 17:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1327853#M233</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2023-09-12T17:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1354720#M258</link>
      <description>&lt;P&gt;This Idea has been implemented for featureclasses, tables, and shapefiles in ArcGIS Pro 3.2.&amp;nbsp;The properties size, dateAccessed, dateCreated, and dateModified have been added to the Describe object (among others).&lt;/P&gt;&lt;P&gt;Please see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;What's New documentation&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for more new features in Pro 3.2.&lt;/P&gt;&lt;P&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-2/ba-p/1346155" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.2 blog and video&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have been posted to the Esri Community blog. You can take a look at these to see your idea and all others that were implemented in this release of ArcGIS Pro.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 17:33:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1354720#M258</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2023-11-29T17:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1362568#M265</link>
      <description>&lt;P&gt;The implemented enhancements in ArcPy.Describe for Pro 3.2 don't return a dateModified property for feature classes in my 10.9.1 Oracle geodatabase.&amp;nbsp; Nor does it work for feature classes in my 10.9.1 Azure SQL Database.&amp;nbsp; It does for a file geodatabase feature class though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So really the enhancement is Arcpy describe will return size and dateModified if the underlying geodatabse supports it... and enterprise geodatabases (at least at 10.9.1) don't support it.&lt;/P&gt;&lt;P&gt;I assume this is because the SDE business tables don't contain any kind of auditing fields for date created or date modified for geodatabase items...because I've hunted for something like this and no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd be curious if the value would be returned by ArcPy if the Oracle geodatabase was at version 11.2.&amp;nbsp; But I assume those columns would have to be added to the SDE business schema somewhere and populated to make the data available for Arcpy to grab.&amp;nbsp; I could not find any documentation specific to what's new in enterprise geodatabase functionality at 11.2 so can't verify this was done.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1362568#M265</guid>
      <dc:creator>AndrewRudin1</dc:creator>
      <dc:date>2023-12-19T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1362721#M266</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/283781"&gt;@AndrewRudin1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Have you tried using python's os module as mentioned before. It may not be necessary for there to be an arcpy module since the os module can get the file size, modification date, and so forth already exists.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 18:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1362721#M266</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2023-12-19T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592350#M440</link>
      <description>&lt;P&gt;This update doesn't seem to be reflected in the arcpy help documentation for any of the types listed by &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50334"&gt;@HannesZiegler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/featureclass-properties.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/featureclass-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-featureclass-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-table-properties.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/gdb-table-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or be part of the general high-level describe object properties&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/describe-object-properties.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/describe-object-properties.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Am I looking in the wrong place(s)?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 17:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592350#M440</guid>
      <dc:creator>AJR</dc:creator>
      <dc:date>2025-03-05T17:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592578#M441</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3521"&gt;@AJR&lt;/a&gt;I see them all under the linked to &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm," target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/functions/table-properties.htm,&lt;/A&gt; I believe that's where they are within the object hierarchy.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 23:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592578#M441</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2025-03-05T23:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make function to access the Geodatabase elements date and size</title>
      <link>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592579#M442</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/89710"&gt;@ShaunWalbridge&lt;/a&gt; , I thought I had looked there, but must have missed it.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 23:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-ideas/make-function-to-access-the-geodatabase-elements/idc-p/1592579#M442</guid>
      <dc:creator>AJR</dc:creator>
      <dc:date>2025-03-05T23:53:03Z</dc:date>
    </item>
  </channel>
</rss>

