SeBootupCompressionProperties

SeBootupCompressionProperties
SeBootupCompressionProperties
JSON Example
{
    "buf_num": 0,
    "buf_size": 0,
    "hash_size": 0,
    "level_aggressive": 0,
    "level_normal": 0,
    "window_size": 0
}
integer As int32 As int32
buf_num
Optional

Number of buffers to use for compression output. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
buf_size
Optional

Size of each buffer used for compression output, this should ideally be a multiple of pagesize. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
hash_size
Optional

hash size used by compression, rounded to the last power of 2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
level_aggressive
Optional

Level of compression to apply on content selected for aggressive compression. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
level_normal
Optional

Level of compression to apply on content selected for normal compression. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int32 As int32
window_size
Optional

window size used by compression, rounded to the last power of 2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.