mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 11:37:06 +02:00
47f5e4134e
* feat(mobile): use cached asset info if unchanged instead of downloading all assets This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app. If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded. * use ts import instead of require
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
# openapi.model.AssetResponseDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**type** | [**AssetTypeEnum**](AssetTypeEnum.md) | |
|
|
**id** | **String** | |
|
|
**deviceAssetId** | **String** | |
|
|
**ownerId** | **String** | |
|
|
**deviceId** | **String** | |
|
|
**originalPath** | **String** | |
|
|
**resizePath** | **String** | |
|
|
**createdAt** | **String** | |
|
|
**modifiedAt** | **String** | |
|
|
**isFavorite** | **bool** | |
|
|
**mimeType** | **String** | |
|
|
**duration** | **String** | |
|
|
**webpPath** | **String** | |
|
|
**encodedVideoPath** | **String** | | [optional]
|
|
**exifInfo** | [**ExifResponseDto**](ExifResponseDto.md) | | [optional]
|
|
**smartInfo** | [**SmartInfoResponseDto**](SmartInfoResponseDto.md) | | [optional]
|
|
**livePhotoVideoId** | **String** | | [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)
|
|
|
|
|