com.esri.arcgis.geodatabase
Interface IDatasetNameFileStat2

All Superinterfaces:
IDatasetNameFileStat, java.io.Serializable
All Known Implementing Classes:
IDatasetNameFileStat2Proxy

public interface IDatasetNameFileStat2
extends IDatasetNameFileStat, java.io.Serializable

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

Description: 'Provides access to members that control DatasetName 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 IID49c5f97e_23d7_4e47_94a3_a2d300f2b50e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IDatasetNameFileStat
IID9db4594f_dc4b_457a_ae2e_ffea8bd8d72e
 
Method Summary
 long getStatSize64()
          The size.
 void refreshStats()
          Refresh the file-based statistics
 void setStatSize64(long size64)
          The size.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IDatasetNameFileStat
getStatMode, getStatSize, getStatTime, setStatMode, setStatSize, setStatTime
 

Field Detail

IID49c5f97e_23d7_4e47_94a3_a2d300f2b50e

static final int IID49c5f97e_23d7_4e47_94a3_a2d300f2b50e
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

setStatSize64

void setStatSize64(long size64)
                   throws java.io.IOException,
                          AutomationException
The size. 64 bit value

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

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.