Struct AssetUpdateHistory
The update history properties of an asset version.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct AssetUpdateHistory
Properties
Changelog
The change log of the asset version.
Declaration
public readonly string Changelog { get; }
Property Value
| Type | Description |
|---|---|
| string |
ChildDatasetUpdateHistoryDescriptor
The descriptor of the child dataset update history entry that was changed, if any.
Declaration
public readonly DatasetUpdateHistoryDescriptor? ChildDatasetUpdateHistoryDescriptor { get; }
Property Value
| Type | Description |
|---|---|
| DatasetUpdateHistoryDescriptor? |
ChildFileUpdateHistoryDescriptor
The descriptor of the child file update history entry that was changed, if any.
Declaration
public readonly FileUpdateHistoryDescriptor? ChildFileUpdateHistoryDescriptor { get; }
Property Value
| Type | Description |
|---|---|
| FileUpdateHistoryDescriptor? |
Description
The description of the asset.
Declaration
public readonly string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
The metadata of the asset.
Declaration
public readonly IReadOnlyDictionary<string, MetadataValue> Metadata { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyDictionary<string, MetadataValue> |
Name
The name of the asset.
Declaration
public readonly string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
PreviewFilePath
The descriptor for the preview file of the asset.
Declaration
public readonly string PreviewFilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
SequenceNumber
The ordered sequence number of the update. The higher the number, the more recent the update.
Declaration
public readonly int SequenceNumber { get; }
Property Value
| Type | Description |
|---|---|
| int |
Tags
The tags of the asset.
Declaration
public readonly IEnumerable<string> Tags { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
Type
The type of the asset.
Declaration
public readonly AssetType Type { get; }
Property Value
| Type | Description |
|---|---|
| AssetType |
Updated
The date and time when the update occurred.
Declaration
public readonly DateTime Updated { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
UpdatedBy
The ID of the user that made the update.
Declaration
public readonly UserId UpdatedBy { get; }
Property Value
| Type | Description |
|---|---|
| UserId |
UpdatedFromSequenceNumber
The sequence number this update was created from, if any.
Declaration
public readonly int? UpdatedFromSequenceNumber { get; }
Property Value
| Type | Description |
|---|---|
| int? |