Class AuthoringInfoSearchFilter
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 AuthoringInfoSearchFilter : CompoundSearchCriteria
Properties
Created
The date and time of creation.
Declaration
public ConditionalSearchCriteria<DateTime> Created { get; }
Property Value
Type | Description |
---|---|
ConditionalSearchCriteria<DateTime> |
CreatedBy
The id of the user who created.
Declaration
public SearchCriteria<string> CreatedBy { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<string> |
Updated
The date and time of update.
Declaration
public ConditionalSearchCriteria<DateTime> Updated { get; }
Property Value
Type | Description |
---|---|
ConditionalSearchCriteria<DateTime> |
UpdatedBy
The id of the user who updated.
Declaration
public SearchCriteria<string> UpdatedBy { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<string> |