Interface ITransformationCreation
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface ITransformationCreation
Properties
CustomWorkflowName
The name of the custom workflow to execute.
Declaration
string CustomWorkflowName { get; }
Property Value
Type | Description |
---|---|
string |
InputFilePaths
The input file paths to process (if any).
Declaration
string[] InputFilePaths { get; }
Property Value
Type | Description |
---|---|
string[] |
WorkflowType
The type of workflow to execute.
Declaration
WorkflowType WorkflowType { get; }
Property Value
Type | Description |
---|---|
WorkflowType |
Methods
GetExtraParameters()
Any additional parameters to pass to the workflow.
Declaration
Dictionary<string, object> GetExtraParameters()
Returns
Type | Description |
---|---|
Dictionary<string, object> | A set of paramters to pass to the request. |
GetParameters()
Any additional parameters to pass to the workflow.
Declaration
[Obsolete("Use GetExtraParameters() instead.")]
Dictionary<string, string> GetParameters()
Returns
Type | Description |
---|---|
Dictionary<string, string> | A set of paramters to pass to the request. |