FileShareFile
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
path | string | Required, Identifier | The file path within the share. Parent directories must already exist. |
shareName | string | Required, Identifier | The containing file share name |
cacheControl | string | The file cache control header | |
content | string | The file content, as a UTF-8 string. Mutually exclusive with 'contentBase64'. | |
contentBase64 | string | The file content, base64-encoded. Use with Bicep's loadFileAsBase64() to upload a local file. Mutually exclusive with 'content'. | |
contentDisposition | string | The file content disposition | |
contentEncoding | string | The file content encoding | |
contentLanguage | string | The file content language | |
contentType | string | The file content type | |
eTag | string | Read-only | The file ETag |
lastModified | string | Read-only | When the file was last modified |
metadata | Dictionary<string, String> | Name/value pairs to associate with the file | |
url | string | Read-only | The file URL |
Dictionary<string, String>
Additional properties of type string are allowed.