com.esri.arcgis.server
Interface esriServerDirectoryCleaningMode

All Superinterfaces:
java.io.Serializable

public interface esriServerDirectoryCleaningMode
extends java.io.Serializable

Constants from esriServerDirectoryCleaningMode' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriServer.olb'

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 =


Field Summary
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.
 

Field Detail

esriSDCNone

static final int esriSDCNone
Files in the directory are not deleted by the GIS server.

See Also:
Constant Field Values

esriSDCSliding

static final int esriSDCSliding
Files in the directory are cleaned by the GIS server based on the amount of time elapsed since they were last modified.

See Also:
Constant Field Values

esriSDCAbsolute

static final int esriSDCAbsolute
Files in the directory are cleaned by the GIS server based on the amount of time elapsed since they were created.

See Also:
Constant Field Values