public interface IDatasetFileStat2 extends IDatasetFileStat, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf76d8bbb_2384_4419_948e_57ff98c77681 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID52d4a757_df71_47e0_aab8_ee302eb7acab| Modifier and Type | Method and Description |
|---|---|
long |
getStatSize64()
The size.
|
void |
refreshStats()
Refresh the file-based statistics
|
void |
refreshTimeStats()
Refresh the only the time statistics
|
getStatMode, getStatSize, getStatTimestatic final int IIDf76d8bbb_2384_4419_948e_57ff98c77681
static final int xxDummy
static final java.lang.String IID
long getStatSize64()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void refreshStats()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void refreshTimeStats()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.