The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

WebService::Fastly::Object::LoggingGenericCommon

Load the model package

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] period | int | How frequently log files are finalized so they can be available for reading (in seconds). | [optional] [default to 3600] gzip_level | int | 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] 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]

[Back to Model list] [Back to API list] [Back to README]