|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDatasetNameFileStat2
Provides access to members that control DatasetName file-based statistics.
This interface is implemented by datasets such as tables and feature classes, but only for certain data sources. For example, shapefiles and File Geodatabase feature classes implement this interface, but Personal Geodatabase feature classes do not.
Method Summary | |
---|---|
long |
getStatSize64()
The size. |
void |
refreshStats()
Refresh the file-based statistics |
void |
setStatSize64(long pSize64)
The size. |
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetNameFileStat |
---|
getStatMode, getStatSize, getStatTime, setStatMode, setStatSize, setStatTime |
Method Detail |
---|
void setStatSize64(long pSize64) throws IOException, AutomationException
pSize64
- Unsigned 64-bit int (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.long getStatSize64() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void refreshStats() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |