|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriServerDirectoryCleaningMode
The server directory cleaning mode.
esriServerDirectoryCleaningMode indicates whether a GIS server's server directory's files are automatically deleted or not. If the files are deleted, esriServerDirectoryCleaningMode specifies the criteria on which they are deleted. Files in a directory whose cleaning mode is esriSDCSliding will be deleted based on their last accessed time. Files in a directory whose cleaning mode is esriSDCAbsolute will be deleted based on their creation time. You get and set the esriServerDirectoryCleaningMode via the CleaningMode property on IServerDirectory, and you can get the esriServerDirectoryCleaningMode via the CleaningMode property on IServerDirectoryInfo.
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 |
---|
static final int esriSDCNone
static final int esriSDCSliding
static final int esriSDCAbsolute
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |