Свойство | Тип | Описание | |
---|---|---|---|
DataBlockCacheSize | int | ||
ExceptionHandling | ExceptionHandling | ||
IndexCacheSize | int | ||
ManifestVersionCount | int | ||
MaxLargeValueSize | int | ||
MaxMemTableSize | int | ||
MaxPageSpan | int | ||
MaxSmallValueSize | int | ||
MaxSortedBlockTableSize | int | ||
SortedBlockSize | int | ||
SortedBlockTableFileOptions | FileOptions |
Метод | Описание | |
---|---|---|
AltManifestFile ( string baseName ) : string | ||
IndexBaseName ( string baseName, string indexName ) : string | ||
JournalFile ( string baseName, int version ) : string | ||
LogError ( string formatStr ) : void | ||
LogMessage ( string formatStr ) : void | ||
LogMessage ( string msg, bool err = false ) : void | ||
ManifestFile ( string baseName ) : string | ||
MaxPagesOnLevel ( int level ) : int | ||
SortedBlockTableFile ( string baseName, int level, int version ) : string |
public static AltManifestFile ( string baseName ) : string | ||
baseName | string | |
Результат | string |
public static IndexBaseName ( string baseName, string indexName ) : string | ||
baseName | string | |
indexName | string | |
Результат | string |
public static JournalFile ( string baseName, int version ) : string | ||
baseName | string | |
version | int | |
Результат | string |
public static LogError ( string formatStr ) : void | ||
formatStr | string | |
Результат | void |
public static LogMessage ( string formatStr ) : void | ||
formatStr | string | |
Результат | void |
public static LogMessage ( string msg, bool err = false ) : void | ||
msg | string | |
err | bool | |
Результат | void |
public static ManifestFile ( string baseName ) : string | ||
baseName | string | |
Результат | string |
public static MaxPagesOnLevel ( int level ) : int | ||
level | int | |
Результат | int |
public static SortedBlockTableFile ( string baseName, int level, int version ) : string | ||
baseName | string | |
level | int | |
version | int | |
Результат | string |
public static int DataBlockCacheSize | ||
Результат | int |
public static ExceptionHandling ExceptionHandling | ||
Результат | ExceptionHandling |
public static int ManifestVersionCount | ||
Результат | int |
public static int MaxSortedBlockTableSize | ||
Результат | int |