Class FileSearchFilter
A structure for defining the criteria of an AssetFile search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class FileSearchFilter : ComplexSearchCriteria<IAssetFile>, ISearchCriteria
Properties
AssetId
The id of the asset linked to this file.
Declaration
public SearchCriteria<string> AssetId { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
AssetVersion
The version of the asset linked to this file.
Declaration
public NullableSearchCriteria<int> AssetVersion { get; }
Property Value
Type | Description |
---|---|
NullableSearchCriteria<Int32> |
Description
The description of the asset file.
Declaration
public SearchCriteria<string> Description { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
DownloadUrl
The download url of the asset linked to this file.
Declaration
public SearchCriteria<string> DownloadUrl { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
FileSize
The file size of the asset file.
Declaration
public NullableSearchCriteria<long> FileSize { get; }
Property Value
Type | Description |
---|---|
NullableSearchCriteria<Int64> |
Id
The id of the asset file.
Declaration
public SearchCriteria<string> Id { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Name
The name of the asset file.
Declaration
public SearchCriteria<string> Name { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
SearchKey
Declaration
public override string SearchKey { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Unity.Cloud.Assets.ComplexSearchCriteria<Unity.Cloud.Assets.IAssetFile>.SearchKey
Status
The status of the asset.
Declaration
public SearchCriteria<string> Status { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
StatusDetails
The status details of the asset.
Declaration
public SearchCriteria<string> StatusDetails { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
StorageId
The storage id of the asset file.
Declaration
public SearchCriteria<string> StorageId { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Tags
The tags of the asset file.
Declaration
public HashsetSearchCriteria<string> Tags { get; }
Property Value
Type | Description |
---|---|
HashsetSearchCriteria<String> |
Type
The type of the asset file.
Declaration
public SearchCriteria<string> Type { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
UploadUrl
The upload url of the asset linked to this file.
Declaration
public SearchCriteria<string> UploadUrl { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |