Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
# NOTE: This class is auto generated. Do not edit the class manually.
#
=begin comment
Fastly API
Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://www.fastly.com/documentation/reference/api/)
description=> 'The unique Azure Blob Storage namespace in which your data objects are stored. Required.',
format=> '',
read_only=> 'false',
},
'container'=> {
datatype=> 'string',
base_name=> 'container',
description=> 'The name of the Azure Blob Storage container in which to store logs. Required.',
format=> '',
read_only=> 'false',
},
'sas_token'=> {
datatype=> 'string',
base_name=> 'sas_token',
description=> '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.',
format=> '',
read_only=> 'false',
},
'public_key'=> {
datatype=> 'string',
base_name=> 'public_key',
description=> 'A PGP public key that Fastly will use to encrypt your log files before writing them to disk.',
format=> '',
read_only=> 'false',
},
'file_max_bytes'=> {
datatype=> 'int',
base_name=> 'file_max_bytes',
description=> '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.)',