Class FileSearchFilter
A structure for defining the criteria of an Unity.Cloud.Assets.AssetFile search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class FileSearchFilter : ComplexSearchCriteria<IAssetFile>, ISearchCriteria
Properties
Description
The description of the asset file.
Declaration
public SearchCriteria<string> Description { 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> |