Class DatasetSearchCriteria
A structure for defining the criteria of an IDataset search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public class DatasetSearchCriteria : CompoundSearchCriteria
Properties
AuthoringInfo
The authoring info of the dataset.
Declaration
public AuthoringInfoSearchFilter AuthoringInfo { get; }
Property Value
Type | Description |
---|---|
AuthoringInfoSearchFilter |
Description
A description of the dataset.
Declaration
public StringSearchCriteria Description { get; }
Property Value
Type | Description |
---|---|
StringSearchCriteria |
IsVisible
Indicates whether the dataset is visible or not.
Declaration
public NullableSearchCriteria<bool> IsVisible { get; }
Property Value
Type | Description |
---|---|
NullableSearchCriteria<bool> |
Metadata
The searchable metadata of the dataset.
Declaration
public MetadataSearchCriteria Metadata { get; }
Property Value
Type | Description |
---|---|
MetadataSearchCriteria |
Name
The name of the dataset.
Declaration
public StringSearchCriteria Name { get; }
Property Value
Type | Description |
---|---|
StringSearchCriteria |
Status
The status of the dataset.
Declaration
public SearchCriteria<string> Status { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<string> |
SystemMetadata
The system metadata of the dataset.
Declaration
public MetadataSearchCriteria SystemMetadata { get; }
Property Value
Type | Description |
---|---|
MetadataSearchCriteria |
SystemTags
The system tags of the dataset.
Declaration
public ListSearchCriteria<string> SystemTags { get; }
Property Value
Type | Description |
---|---|
ListSearchCriteria<string> |
Tags
The user tags of the dataset.
Declaration
public ListSearchCriteria<string> Tags { get; }
Property Value
Type | Description |
---|---|
ListSearchCriteria<string> |
Type
The type of the dataset.
Declaration
public AssetTypeSearchCriteria Type { get; }
Property Value
Type | Description |
---|---|
AssetTypeSearchCriteria |
WorkflowName
The name of the workflow which outputs to the dataset.
Declaration
public StringSearchCriteria WorkflowName { get; }
Property Value
Type | Description |
---|---|
StringSearchCriteria |