Struct TransformationProperties
The properties of an ITransformation.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct TransformationProperties
Properties
Created
The datetime at which the transformation was created
Declaration
public readonly DateTime Created { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
ErrorMessage
If the transformation failed, this will contain the associated error message
Declaration
public readonly string ErrorMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
InputFilePaths
The files on which the transformation is applied
Declaration
public readonly IEnumerable<string> InputFilePaths { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
JobId
The job id of the transformation
Declaration
public readonly string JobId { get; }
Property Value
| Type | Description |
|---|---|
| string |
LinkDatasetId
The id of the Dataset that will be linked to the transformation if any
Declaration
public readonly DatasetId LinkDatasetId { get; }
Property Value
| Type | Description |
|---|---|
| DatasetId |
OutputDatasetId
The id of the Dataset that will be created by the transformation if any
Declaration
public DatasetId OutputDatasetId { readonly get; set; }
Property Value
| Type | Description |
|---|---|
| DatasetId |
Progress
The progress of the transformation. This is a value between 0 and 100.
Declaration
public readonly int Progress { get; }
Property Value
| Type | Description |
|---|---|
| int |
Started
The datetime at which the transformation was started
Declaration
public readonly DateTime Started { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Status
The status of the transformation
Declaration
public readonly TransformationStatus Status { get; }
Property Value
| Type | Description |
|---|---|
| TransformationStatus |
Updated
The datetime at which the transformation was last updated
Declaration
public readonly DateTime Updated { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
UserId
The user id of the user who started the transformation
Declaration
public readonly UserId UserId { get; }
Property Value
| Type | Description |
|---|---|
| UserId |
WorkflowName
The identifying name of the transformation
Declaration
public readonly string WorkflowName { get; }
Property Value
| Type | Description |
|---|---|
| string |
WorkflowType
The type of transformation
Declaration
public readonly WorkflowType WorkflowType { get; }
Property Value
| Type | Description |
|---|---|
| WorkflowType |