Hoarder |
The HoarderConfigSection type exposes the following members.
| Name | Description | |
|---|---|---|
| BackupContainerName | Name of the Azure Container that contains backup files. | |
| BlobPathSeparator | Path separator for virtual directories in Azure blob containers. | |
| DatabaseCollectionId | The Cosmos database collection Id as defined in the Azure portal. | |
| DatabaseEndpoint | The Uri endpoint of the Cosmos database containing the collections database. | |
| DatabaseId | The Cosmos database Id as defined in the Azure portal. | |
| PartitionKey | The Partition Key for the collection database. Because the collection only contains several thousand documents and multi-partition high-performance queries are not needed, the PK is set to the constant value "P1". | |
| PhotosContainerName | Name of the Azure Container that contains original full-size photo image blobs. | |
| PhotosContainerUri | Public Uri of the original full-size photo blobs Azure Container. | |
| PicExtensions | A set of file-system file extensions (with leading dot) that the app recognises as containing parsable images. | |
| PicMetaExtensions | A set of Azure blob file extensions (with leading dot) that the app recognises as containing parsable images. | |
| Secrets | A config subsection for application secrets that will be read from UserSecrets in development and environment variables in Azure hosting. | |
| ThumbnailExtension | The extension (with leading dot) to be used on thumbnail files and blobs. Every thumbnail currently has a '.jpg' extension because they are the easier to create with the .NET media and image classes. | |
| ThumbnailQuality | JPEG image encoder quality for thumbnail images. | |
| ThumbnailsContainerName | Name of the Azure Container that contains thumbnail photo image blobs. | |
| ThumbnailsContainerUri | Public Uri of the thumbnail photo blobs Azure Container. | |
| ThumbnailSize | The default thumbnail image width and height constraint size square. Images are proportionally resized to fit inside the width and height size constraints. | |
| TruthPhotosFolder | The file-system folder containing 'master' images (aka the source of 'truth' images). | |
| TruthThumbnailsFolder | The file-system folder containing thumnail images. | |
| WebPictureColumnCount | Number of columns in tables of images inserted into web pages. | |
| WebRootFolder | The file-system root folder of the website containing pages that contain special delimiters that accept data exported from the collections database. | |
| WebServiceBaseAddress | The Cosmos database Id as defined in the Azure portal. |