OtelCompression
No description
enum OtelCompression {
GZIP
NONE
}
Values
OtelCompression.GZIP {#gzip}
GZIP is a method of compressing data to reduce payload size and improve transmission efficiency.
OtelCompression.NONE {#none}
To disable the compression method for data.
Member Of
OtelConfiguration object ●
OtelConfigurationInput input ●
OtelOverrideSettings object ●
OtelOverrideSettingsInput input
Was this topic helpful?