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
Constraints: default: 128

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
Constraints: default: 4096

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
Constraints: default: 16384

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
Constraints: default: 5

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
Constraints: default: 1

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
Constraints: default: 4096

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.