Enum QueuedOperations
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
[Flags]
public enum QueuedOperations
Fields
Name | Description |
---|---|
Add | Adds items to the index |
All | Affects all |
AllAssets | All assets in system |
ApplyConversionRegeneration | Invalidates conversions for assets, if needed |
Assets | Operation affects assets |
ByCategory | Operation affects items by category |
ByCollection | Operation affects items by collection |
DispatchInRiver | Dispatch message to InRiver |
EnsureAllAreaOfInterest | Ensures all available assets has Area of interest metadata |
EnsureAllAssetConversions | Ensures all assets has indexed formats converted |
EnsureAllAzureImageAnalyzer | Ensures all available assets has Azure Image analyzer metadata |
EnsureAreaOfInterest | Ensures that a list of assets has Area of interest metadata |
EnsureAssetConversions | Ensures that a list of assets has indexed formats converted |
EnsureAzureImageAnalyzer | Ensures that a list of assets has Azure Image analyzer metadata |
InVault | Operation affects assets in vault |
MediaServiceStorageChangeTier | Indicates the ChangeTier operation for MediaServiceStorage |
PreviousIndex | |
ReindexAssetsByCategory | Re-indexes assets by category |
ReindexAssetsByCollection | Re-indexes assets by collection |
Remove | Removes items from the index |
RemoveAssetsInVault | Removes assets in vault |
RemovePreviousIndex | Removes the previous index |
SynchronizeAllAssets | Synchronizes all available assets from an external ImageVault instance |