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

Compress 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"


Compresses file geodatabase data.


Usage tips

Command line syntax
An overview of the Command Line window
CompressFileGeodatabaseData_management <in_data>

Parameter Explanation Data Type
<in_data>

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

Geodatabase|Feature dataset |Feature class|Table
Data types for geoprocessing tool parameters


Command line example

CompressFileGeodatabaseData "d:\london.gdb"

Scripting syntax
About getting started with writing geoprocessing scripts
CompressFileGeodatabaseData_management (in_data)

Parameter Explanation Data Type
in_data (Required)

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

Geodatabase|Feature dataset |Feature class|Table

Data types for geoprocessing tool parameters


Script example

# Create the Geoprocessor object
import arcgisscripting

gp = arcgisscripting.create()
gp.CompressFileGeodatabaseData ("d:\london.gdb")

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