mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
8edc2fb46f
* rename thumbnail config update target paths, fix tests rename to image settings replace legacy enum better typing update sql update api remove config option fix * update docs * update other thumbnail configs in migration * keep legacy enum for now * fix jumbled job names * fix jumbled job names in tests * rename thumbhash job * rename dto * fix tests * preserve order * remove unused import * keep old fields in dto, marked deprecated * update sql --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
60 lines
2.5 KiB
Markdown
Generated
60 lines
2.5 KiB
Markdown
Generated
# openapi.model.MetadataSearchDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**checksum** | **String** | | [optional]
|
|
**city** | **String** | | [optional]
|
|
**country** | **String** | | [optional]
|
|
**createdAfter** | [**DateTime**](DateTime.md) | | [optional]
|
|
**createdBefore** | [**DateTime**](DateTime.md) | | [optional]
|
|
**deviceAssetId** | **String** | | [optional]
|
|
**deviceId** | **String** | | [optional]
|
|
**encodedVideoPath** | **String** | | [optional]
|
|
**id** | **String** | | [optional]
|
|
**isArchived** | **bool** | | [optional]
|
|
**isEncoded** | **bool** | | [optional]
|
|
**isExternal** | **bool** | | [optional]
|
|
**isFavorite** | **bool** | | [optional]
|
|
**isMotion** | **bool** | | [optional]
|
|
**isNotInAlbum** | **bool** | | [optional]
|
|
**isOffline** | **bool** | | [optional]
|
|
**isReadOnly** | **bool** | | [optional]
|
|
**isVisible** | **bool** | | [optional]
|
|
**lensModel** | **String** | | [optional]
|
|
**libraryId** | **String** | | [optional]
|
|
**make** | **String** | | [optional]
|
|
**model** | **String** | | [optional]
|
|
**order** | [**AssetOrder**](AssetOrder.md) | | [optional]
|
|
**originalFileName** | **String** | | [optional]
|
|
**originalPath** | **String** | | [optional]
|
|
**page** | **num** | | [optional]
|
|
**personIds** | **List<String>** | | [optional] [default to const []]
|
|
**previewPath** | **String** | | [optional]
|
|
**resizePath** | **String** | | [optional]
|
|
**size** | **num** | | [optional]
|
|
**state** | **String** | | [optional]
|
|
**takenAfter** | [**DateTime**](DateTime.md) | | [optional]
|
|
**takenBefore** | [**DateTime**](DateTime.md) | | [optional]
|
|
**thumbnailPath** | **String** | | [optional]
|
|
**trashedAfter** | [**DateTime**](DateTime.md) | | [optional]
|
|
**trashedBefore** | [**DateTime**](DateTime.md) | | [optional]
|
|
**type** | [**AssetTypeEnum**](AssetTypeEnum.md) | | [optional]
|
|
**updatedAfter** | [**DateTime**](DateTime.md) | | [optional]
|
|
**updatedBefore** | [**DateTime**](DateTime.md) | | [optional]
|
|
**webpPath** | **String** | | [optional]
|
|
**withArchived** | **bool** | | [optional] [default to false]
|
|
**withDeleted** | **bool** | | [optional]
|
|
**withExif** | **bool** | | [optional]
|
|
**withPeople** | **bool** | | [optional]
|
|
**withStacked** | **bool** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|