Table of Contents

Struct CompressionSettings

Namespace
DurableTask.Core.Settings
Assembly
DurableTask.Core.dll

Compression settings

public struct CompressionSettings
Inherited Members

Properties

Style

Type of compression

public CompressionStyle Style { get; set; }

Property Value

CompressionStyle

ThresholdInBytes

Compression threshold in bytes; if specified by compression criteria, compression will not be done if size is below this value

public int ThresholdInBytes { get; set; }

Property Value

int