Provides access to the load mode of a GDB feature class.
| Description | ||
|---|---|---|
![]() |
LoadOnlyMode | Indicates if the featureclass is in load only mode. |
| CoClasses and Classes | Description |
|---|---|
| FeatureClass | FeatureClass Object. |
IFeatureClassLoad is an optional interface that is supported by feature classes in an SDE database and can be used to improve the performance of data loading.
Putting a feature class in load-only mode drops the spatial index on the feature class prior to data loading.
Taking a feature class out of load-only mode rebuilds the spatial index after data loading.
While a feature class is in load-only mode, other applications cannot work with the feature class. A feature class should be placed in load-only mode only after acquiring an exclusive schema lock on the feature class via the ISchemaLock interface.