com.esri.arcgis.geodatabasedistributed
Interface esriCheckInSourceType
- All Superinterfaces:
- java.io.Serializable
- public interface esriCheckInSourceType
- extends java.io.Serializable
Indicates the source of the data to be checked in.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Remarks
The esriCheckinSourceType enumeration contains values that represent the source of the data to be checked in. The IReplicaValidation::ValidateDeltaFile method uses the esriCheckinSourceType enumeration to indicate the type of delta file.
esriPersonalDeltaFile
public static final int esriPersonalDeltaFile
- See Also:
- Constant Field Values
esriXMLDeltaFile
public static final int esriXMLDeltaFile
- See Also:
- Constant Field Values
esriCheckOutGDB
public static final int esriCheckOutGDB
- See Also:
- Constant Field Values
esriFileGDBDelta
public static final int esriFileGDBDelta
- See Also:
- Constant Field Values