public interface esriServerDirectoryCleaningMode
extends java.io.Serializable
Description: 'The server directory cleaning mode.' 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 int |
esriSDCAbsolute
Files in the directory are cleaned by the GIS server based on the amount of time elapsed since they were created.
|
static int |
esriSDCNone
Files in the directory are not deleted by the GIS server.
|
static int |
esriSDCSliding
Files in the directory are cleaned by the GIS server based on the amount of time elapsed since they were last modified.
|
static final int esriSDCNone
static final int esriSDCSliding
static final int esriSDCAbsolute