2014-12-13 03:56:30 +00:00
|
|
|
|
using System;
|
2015-01-17 04:29:53 +00:00
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using MediaBrowser.Model.Dto;
|
2014-12-13 03:56:30 +00:00
|
|
|
|
|
2014-07-26 17:30:15 +00:00
|
|
|
|
namespace MediaBrowser.Model.Sync
|
|
|
|
|
{
|
|
|
|
|
public class SyncJobItem
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The identifier.</value>
|
|
|
|
|
public string Id { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the job identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The job identifier.</value>
|
|
|
|
|
public string JobId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the item identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The item identifier.</value>
|
|
|
|
|
public string ItemId { get; set; }
|
|
|
|
|
|
2014-12-31 06:24:49 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the name of the item.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The name of the item.</value>
|
|
|
|
|
public string ItemName { get; set; }
|
2015-01-17 04:29:53 +00:00
|
|
|
|
|
2014-12-26 17:45:06 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the media source identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The media source identifier.</value>
|
|
|
|
|
public string MediaSourceId { get; set; }
|
2015-01-17 04:29:53 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the media source.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The media source.</value>
|
|
|
|
|
public MediaSourceInfo MediaSource { get; set; }
|
2014-12-26 17:45:06 +00:00
|
|
|
|
|
2014-07-26 17:30:15 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the target identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The target identifier.</value>
|
|
|
|
|
public string TargetId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the output path.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The output path.</value>
|
|
|
|
|
public string OutputPath { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the status.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The status.</value>
|
2014-12-13 03:56:30 +00:00
|
|
|
|
public SyncJobItemStatus Status { get; set; }
|
2014-07-26 17:30:15 +00:00
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the current progress.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The current progress.</value>
|
2014-12-13 03:56:30 +00:00
|
|
|
|
public double? Progress { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the date created.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The date created.</value>
|
|
|
|
|
public DateTime DateCreated { get; set; }
|
2014-12-31 06:24:49 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the primary image item identifier.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The primary image item identifier.</value>
|
|
|
|
|
public string PrimaryImageItemId { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the primary image tag.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The primary image tag.</value>
|
|
|
|
|
public string PrimaryImageTag { get; set; }
|
2015-01-06 03:25:23 +00:00
|
|
|
|
/// <summary>
|
2015-01-17 04:29:53 +00:00
|
|
|
|
/// Gets or sets the temporary path.
|
2015-01-06 03:25:23 +00:00
|
|
|
|
/// </summary>
|
2015-01-17 04:29:53 +00:00
|
|
|
|
/// <value>The temporary path.</value>
|
|
|
|
|
public string TemporaryPath { get; set; }
|
2015-01-21 04:56:00 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the additional files.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The additional files.</value>
|
2015-01-17 04:29:53 +00:00
|
|
|
|
public List<ItemFileInfo> AdditionalFiles { get; set; }
|
2015-01-21 04:56:00 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets a value indicating whether this instance is marked for removal.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value><c>true</c> if this instance is marked for removal; otherwise, <c>false</c>.</value>
|
2015-01-21 03:54:45 +00:00
|
|
|
|
public bool IsMarkedForRemoval { get; set; }
|
2015-01-23 06:15:15 +00:00
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets or sets the index of the job item.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <value>The index of the job item.</value>
|
|
|
|
|
public int JobItemIndex { get; set; }
|
2015-01-21 03:54:45 +00:00
|
|
|
|
|
2016-04-27 20:24:53 +00:00
|
|
|
|
public long ItemDateModifiedTicks { get; set; }
|
|
|
|
|
|
2015-01-17 04:29:53 +00:00
|
|
|
|
public SyncJobItem()
|
|
|
|
|
{
|
|
|
|
|
AdditionalFiles = new List<ItemFileInfo>();
|
|
|
|
|
}
|
2014-07-26 17:30:15 +00:00
|
|
|
|
}
|
|
|
|
|
}
|