CloudMediaProviderContract.MediaCollectionInfo.LastMediaSyncGeneration Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Last CloudMediaProviderContract.MediaColumns#SYNC_GENERATION
in the media
collection including deleted media items.
[Android.Runtime.Register("LAST_MEDIA_SYNC_GENERATION", ApiSince=33)]
public const string LastMediaSyncGeneration;
[<Android.Runtime.Register("LAST_MEDIA_SYNC_GENERATION", ApiSince=33)>]
val mutable LastMediaSyncGeneration : string
Field Value
- Attributes
Remarks
Last CloudMediaProviderContract.MediaColumns#SYNC_GENERATION
in the media collection including deleted media items.
Providers should associate a monotonically increasing sync generation to each media item change (insertion/deletion/update). This is useful for the OS to quickly identify exactly which media items have changed since a previous point in time.
Type: LONG
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.