CertSrvDbFlags Enumeration
Contains enumeration of CA database control settings.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
[FlagsAttribute]
public enum CertSrvDbFlags
<FlagsAttribute>
Public Enumeration CertSrvDbFlags
[FlagsAttribute]
public enum class CertSrvDbFlags
[<FlagsAttribute>]
type CertSrvDbFlags
None | 0 |
None.
|
ReadOnly | 1 |
The database is in read-only mode. Not used.
|
CreateIfNeeded | 2 |
Instructs CA to create a new database if one doesn't exist upon service start.
|
CircularLogging | 4 | |
LazyFlush | 8 |
Flush database cache two seconds after all new extent data was added to the database. By default,
database flushes its cache every two seconds after each extent (up to 16K) was added.
|
MaxCacheSizeX100 | 16 |
Multiply max cache size by 100.
|
CheckpointDepth60MB | 32 |
Keep the track of last 60 DB checkpoints.
|
LogBuffersLarge | 64 |
N/A
|
LogBuffersHuge | 128 |
N/A
|
LogFileSize16MB | 256 |
Use log files of fixed 16MB size. Default is to use fixed 1MB log files.
|
UseMultiThreadTransactions | 512 |
Use multi-thread transactions to update database.
|
DisableSnapshotBackup | 1,024 |
Not used.
|
EnableVolatileRequests | 2,048 |
Enables in-memory requests which are not persistent in CA database.
|