TextStorageSettings
Leave feedback
On this page
Inheritance: java.lang.Object
public class TextStorageSettings
Represents the text storage settings.
Learn more
| Constructor | Description |
|---|---|
| TextStorageSettings(Compression compression) | Initializes a new instance of the TextStorageSettings class. |
| Method | Description |
|---|---|
| getCompression() | Gets the compression of text storage. |
| setCompression(Compression value) | Sets the compression of text storage. |
public TextStorageSettings(Compression compression)
Initializes a new instance of the TextStorageSettings class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| compression | Compression | The compression of text storage. |
public final Compression getCompression()
Gets the compression of text storage. The default value is Compression.Normal.
Returns: Compression - The compression of text storage.
public final void setCompression(Compression value)
Sets the compression of text storage. The default value is Compression.Normal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Compression | The compression of text storage. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.