Class FileSearchCriteria
A structure for defining the criteria of an IFile search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class FileSearchCriteria : CompoundSearchCriteria
Properties
AuthoringInfo
The authoring info of the file.
Declaration
public AuthoringInfoSearchFilter AuthoringInfo { get; }
Property Value
| Type | Description |
|---|---|
| AuthoringInfoSearchFilter |
Description
The description of the file.
Declaration
public StringSearchCriteria Description { get; }
Property Value
| Type | Description |
|---|---|
| StringSearchCriteria |
Metadata
The metadata of the file.
Declaration
public MetadataSearchCriteria Metadata { get; }
Property Value
| Type | Description |
|---|---|
| MetadataSearchCriteria |
Path
The path to the file.
Declaration
public StringSearchCriteria Path { get; }
Property Value
| Type | Description |
|---|---|
| StringSearchCriteria |
SizeBytes
The size of the file in bytes.
Declaration
public SearchCriteria<long> SizeBytes { get; }
Property Value
| Type | Description |
|---|---|
| SearchCriteria<long> |
Status
The status of the file. Possible values are: 'Draft' - The file is created, upload may be in progress. 'Uploaded' - All bytes have been uploaded and the file is finalized.
Declaration
public SearchCriteria<string> Status { get; }
Property Value
| Type | Description |
|---|---|
| SearchCriteria<string> |
SystemTags
The system tags of the file.
Declaration
public ListSearchCriteria<string> SystemTags { get; }
Property Value
| Type | Description |
|---|---|
| ListSearchCriteria<string> |
Tags
The tags of the file.
Declaration
public ListSearchCriteria<string> Tags { get; }
Property Value
| Type | Description |
|---|---|
| ListSearchCriteria<string> |