public class TextStorageSettings extends Object
Represents the text storage settings.
Learn more
Constructor and Description |
---|
TextStorageSettings(int compression)
Initializes a new instance of the
TextStorageSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getCompression()
Gets the compression of text storage.
|
void |
setCompression(int value)
Sets the compression of text storage.
|
protected static void |
setIndexSettings(TextStorageSettings settings,
IndexSettings value) |
public TextStorageSettings(int compression)
Initializes a new instance of the TextStorageSettings
class.
compression
- The compression of text storage.public final int getCompression()
Gets the compression of text storage. The default value is Compression.Normal.
public final void setCompression(int value)
Sets the compression of text storage. The default value is Compression.Normal.
value
- The compression of text storage.protected static void setIndexSettings(TextStorageSettings settings, IndexSettings value)