com.esri.arcgis.geodatabase
Interface IDatasetNameFileStat2

All Superinterfaces:
IDatasetNameFileStat, Serializable
All Known Implementing Classes:
IDatasetNameFileStat2Proxy

public interface IDatasetNameFileStat2
extends IDatasetNameFileStat, Serializable

Provides access to members that control DatasetName 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
 void setStatSize64(long pSize64)
          The size.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetNameFileStat
getStatMode, getStatSize, getStatTime, setStatMode, setStatSize, setStatTime
 

Method Detail

setStatSize64

void setStatSize64(long pSize64)
                   throws IOException,
                          AutomationException
The size. 64 bit value

Product Availability

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

Parameters:
pSize64 - Unsigned 64-bit int (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

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.