ArchiveDirectoryMethod Enumeration
Specifies the directory structure to follow when writing archive files to the disk.
Namespace: SnapDB.Snap.ServicesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public enum ArchiveDirectoryMethod
Public Enumeration ArchiveDirectoryMethod
public enum class ArchiveDirectoryMethod
SnapDB.Snap.Services.ArchiveDirectoryMethod = function();
SnapDB.Snap.Services.ArchiveDirectoryMethod.createEnum('SnapDB.Snap.Services.ArchiveDirectoryMethod', false);
| TopDirectoryOnly | 0 |
Writes all files in the top directory.
|
| Year | 1 |
Writes all files based on the starting year.
|
| YearMonth | 2 |
Writes all files based on 'YearMonth'.
|
| YearThenMonth | 3 |
Writes all files based on 'Year\Month'.
|