Class TransformationSearchFilter
A class that defines search criteria for an ITransformation query.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class TransformationSearchFilter
Properties
AssetId
Sets the asset id to use for the query.
Declaration
public QueryParameter<AssetId> AssetId { get; }
Property Value
Type | Description |
---|---|
QueryParameter<AssetId> |
AssetVersion
Sets the asset version to use for the query.
Declaration
public QueryParameter<AssetVersion> AssetVersion { get; }
Property Value
Type | Description |
---|---|
QueryParameter<AssetVersion> |
DatasetId
Sets the dataset id to use for the query.
Declaration
public QueryParameter<DatasetId> DatasetId { get; }
Property Value
Type | Description |
---|---|
QueryParameter<DatasetId> |
Status
Sets the status to use for the query.
Declaration
public QueryParameter<TransformationStatus?> Status { get; }
Property Value
Type | Description |
---|---|
QueryParameter<TransformationStatus?> |
UserId
Sets the user id to use for the query.
Declaration
public QueryParameter<UserId> UserId { get; }
Property Value
Type | Description |
---|---|
QueryParameter<UserId> |