mirror of
https://github.com/immich-app/immich.git
synced 2024-12-21 01:39:59 +02:00
2e38fa73bf
* fix: pgvecto.rs extension breaks typeorm schema:drop command * fix: parse postgres bigints to javascript number types when selecting data * feat: verify file size is the same as original asset after copying file for storage template job * feat: allow disabling of storage template job, defaults to disabled for new instances * fix: don't allow setting concurrency for storage template migration, can cause race conditions above 1 * feat: add checksum verification when file is copied for storage template job * fix: extract metadata for assets that aren't visible on timeline
25 lines
1.0 KiB
Markdown
Generated
25 lines
1.0 KiB
Markdown
Generated
# openapi.model.SystemConfigJobDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**backgroundTask** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**library_** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**metadataExtraction** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**migration** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**recognizeFaces** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**search** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**sidecar** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**smartSearch** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**thumbnailGeneration** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
**videoConversion** | [**JobSettingsDto**](JobSettingsDto.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|