Struct DatasetProperties
The properties of an IDataset.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public struct DatasetProperties
Properties
AuthoringInfo
The authoring info of the dataset.
Declaration
public readonly AuthoringInfo AuthoringInfo { get; }
Property Value
Type | Description |
---|---|
AuthoringInfo |
Description
A description of the dataset.
Declaration
public readonly string Description { get; }
Property Value
Type | Description |
---|---|
string |
FileOrder
The order of the files in the dataset.
Declaration
public readonly IEnumerable<string> FileOrder { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
IsVisible
Indicates whether the dataset is visible or not.
Declaration
public readonly bool IsVisible { get; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the dataset.
Declaration
public readonly string Name { get; }
Property Value
Type | Description |
---|---|
string |
StatusName
The status of the dataset.
Declaration
public readonly string StatusName { get; }
Property Value
Type | Description |
---|---|
string |
SystemTags
The system tags of the dataset.
Declaration
public readonly IEnumerable<string> SystemTags { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Tags
The user tags of the dataset.
Declaration
public readonly IEnumerable<string> Tags { get; }
Property Value
Type | Description |
---|---|
IEnumerable<string> |
Type
The type of the dataset.
Declaration
public readonly AssetType Type { get; }
Property Value
Type | Description |
---|---|
AssetType |
WorkflowName
The name of the workflow which outputs to the dataset.
Declaration
public readonly string WorkflowName { get; }
Property Value
Type | Description |
---|---|
string |