com.esri.arcgis.geodatabase
Interface IDatasetFileStat2

All Superinterfaces:
IDatasetFileStat, Serializable
All Known Implementing Classes:
IDatasetFileStat2Proxy

public interface IDatasetFileStat2
extends IDatasetFileStat, Serializable

Provides access to members that control Dataset file-based statistics.

Remarks

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 long getStatSize64()
          The size.
 void refreshStats()
          Refresh the file-based statistics
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetFileStat
getStatMode, getStatSize, getStatTime
 

Method Detail

getStatSize64

long getStatSize64()
                   throws IOException,
                          AutomationException
The size. 64 bit value

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
Unsigned 64-bit int
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshStats

void refreshStats()
                  throws IOException,
                         AutomationException
Refresh the file-based statistics

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.