Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > File Geodatabase toolset > Tools

Uncompress File Geodatabase Data (Data Management)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Uncompresses file geodatabase data.


Usage tips

Command line syntax
An overview of the Command Line window
UncompressFileGeodatabaseData_management <in_data> {config_keyword}

Parameter Explanation Data Type
<in_data>

The geodatabase, feature dataset, feature class, or table to uncompress.

Geodatabase|Feature dataset |Feature class|Table
{config_keyword}

The configuration keyword defining how the data will store once uncompressed

String
Data types for geoprocessing tool parameters


Command line example

UncompressFileGeodatabaseData "d:\london.gdb\building" #

Scripting syntax
About getting started with writing geoprocessing scripts
UncompressFileGeodatabaseData_management (in_data, config_keyword)

Parameter Explanation Data Type
in_data (Required)

The geodatabase, feature dataset, feature class, or table to uncompress.

Geodatabase|Feature dataset |Feature class|Table
config_keyword (Optional)

The configuration keyword defining how the data will store once uncompressed

String

Data types for geoprocessing tool parameters


Script example

# Create the Geoprocessor object
import arcgisscripting

gp = arcgisscripting.create()
gp.UncompressFileGeodatabaseData ("d:\london.gdb\building", "#")

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.