# Fastly::LoggingAzureblobAdditional ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **path** | **String** | The path to upload logs to. | [optional][default to 'null'] | | **account_name** | **String** | The unique Azure Blob Storage namespace in which your data objects are stored. Required. | [optional] | | **container** | **String** | The name of the Azure Blob Storage container in which to store logs. Required. | [optional] | | **sas_token** | **String** | The Azure shared access signature providing write access to the blob service objects. Be sure to update your token before it expires or the logging functionality will not work. Required. | [optional] | | **public_key** | **String** | A PGP public key that Fastly will use to encrypt your log files before writing them to disk. | [optional][default to 'null'] | | **file_max_bytes** | **Integer** | The maximum number of bytes for each uploaded file. A value of 0 can be used to indicate there is no limit on the size of uploaded files, otherwise the minimum value is 1048576 bytes (1 MiB.) | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)