Class Changecount
Changecount
Inherited Members
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
[Preserve]
public class Changecount
Constructors
Changecount(long, long, DateTime, string, string, bool, long, long)
Initializes a new instance of the Changecount class.
Declaration
[Preserve]
public Changecount(long add = 0, long delete = 0, DateTime lastModified = default, string lastModifiedBy = null, string lastModifiedByName = null, bool loading = false, long unchanged = 0, long update = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| long | add | add. |
| long | delete | delete. |
| DateTime | lastModified | lastModified. |
| string | lastModifiedBy | lastModifiedBy. |
| string | lastModifiedByName | lastModifiedByName. |
| bool | loading | loading. |
| long | unchanged | unchanged. |
| long | update | update. |
Properties
Add
Gets or Sets Add
Declaration
[Preserve]
public long Add { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Delete
Gets or Sets Delete
Declaration
[Preserve]
public long Delete { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
LastModified
Gets or Sets LastModified
Declaration
[Preserve]
public DateTime LastModified { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LastModifiedBy
Gets or Sets LastModifiedBy
Declaration
[Preserve]
public string LastModifiedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastModifiedByName
Gets or Sets LastModifiedByName
Declaration
[Preserve]
public string LastModifiedByName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Loading
Gets or Sets Loading
Declaration
[Preserve]
public bool Loading { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Unchanged
Gets or Sets Unchanged
Declaration
[Preserve]
public long Unchanged { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Update
Gets or Sets Update
Declaration
[Preserve]
public long Update { get; set; }
Property Value
| Type | Description |
|---|---|
| long |