Sha256: fe7b5fab396cf0fc4b4e11c53a9f3c313c06be8baa5d4084adffdb200ae11acc
Contents?: true
Size: 1.19 KB
Versions: 18
Compression:
Stored size: 1.19 KB
Contents
# 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)
Version data entries
18 entries across 18 versions & 1 rubygems