Class SyncJob
Inheritance
Namespace: MediaBrowser.Model.Sync
Assembly: MediaBrowser.Model.dll
Syntax
public class SyncJob
Properties
AudioCodec
Declaration
public string AudioCodec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Bitrate
Gets or sets the bitrate.
Declaration
public int? Bitrate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The bitrate. |
Category
Gets or sets the category.
Declaration
public SyncCategory? Category { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<SyncCategory> | The category. |
Container
Declaration
public string Container { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateCreated
Gets or sets the date created.
Declaration
public DateTimeOffset DateCreated { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date created. |
DateLastModified
Gets or sets the date last modified.
Declaration
public DateTimeOffset DateLastModified { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date last modified. |
Id
Gets or sets the identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The identifier. |
InternalTargetId
Declaration
public long InternalTargetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ItemCount
Gets or sets the item count.
Declaration
public int ItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The item count. |
ItemId
Declaration
public long ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ItemLimit
Gets or sets the item limit.
Declaration
public int? ItemLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The item limit. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ParentId
Gets or sets the parent identifier.
Declaration
public long ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The parent identifier. |
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryImageItemId
Declaration
public string PrimaryImageItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryImageTag
Declaration
public string PrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Profile
Gets or sets the profile.
Declaration
public string Profile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The profile. |
Progress
Gets or sets the current progress.
Declaration
public double Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The current progress. |
Quality
Gets or sets the quality.
Declaration
public string Quality { get; set; }
Property Value
Type | Description |
---|---|
System.String | The quality. |
RequestedItemIds
Gets or sets the requested item ids.
Declaration
public long[] RequestedItemIds { get; set; }
Property Value
Type | Description |
---|---|
System.Int64[] | The requested item ids. |
Status
Gets or sets the status.
Declaration
public SyncJobStatus Status { get; set; }
Property Value
Type | Description |
---|---|
SyncJobStatus | The status. |
SyncNewContent
Gets or sets a value indicating whether [synchronize new content].
Declaration
public bool SyncNewContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
TargetId
Gets or sets the device identifier.
Declaration
public string TargetId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The device identifier. |
TargetName
Gets or sets the name of the target.
Declaration
public string TargetName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the target. |
UnwatchedOnly
Gets or sets a value indicating whether [unwatched only].
Declaration
public bool UnwatchedOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UserId
Gets or sets the user identifier.
Declaration
public long UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The user identifier. |
VideoCodec
Declaration
public string VideoCodec { get; set; }
Property Value
Type | Description |
---|---|
System.String |