Sha256: 1b7142900c7009d3b2bf0473b8e003ec2ef8e613e3850de81b72db0c9a661147
Contents?: true
Size: 1.04 KB
Versions: 18
Compression:
Stored size: 1.04 KB
Contents
# Fastly::LoggingGenericCommonResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **message_type** | **String** | How the message should be formatted. | [optional][default to 'classic'] | | **timestamp_format** | **String** | A timestamp format | [optional][readonly] | | **compression_codec** | **String** | The codec used for compressing your logs. Valid values are `zstd`, `snappy`, and `gzip`. Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional] | | **period** | **String** | How frequently log files are finalized so they can be available for reading (in seconds). | [optional][default to '3600'] | | **gzip_level** | **String** | The level of gzip encoding when sending logs (default `0`, no compression). Specifying both `compression_codec` and `gzip_level` in the same API request will result in an error. | [optional][default to '0'] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
18 entries across 18 versions & 1 rubygems