com.esri.arcgis.geodatabase
Interface IDatasetFileStat2

All Superinterfaces:
IDatasetFileStat, java.io.Serializable
All Known Implementing Classes:
IDatasetFileStat2Proxy

public interface IDatasetFileStat2
extends IDatasetFileStat, java.io.Serializable

COM Interface 'IDatasetFileStat2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that control Dataset file-based statistics.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDf76d8bbb_2384_4419_948e_57ff98c77681
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetFileStat
IID52d4a757_df71_47e0_aab8_ee302eb7acab
 
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
 

Field Detail

IIDf76d8bbb_2384_4419_948e_57ff98c77681

static final int IIDf76d8bbb_2384_4419_948e_57ff98c77681
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStatSize64

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

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

refreshStats

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

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