Class LocationSearchFilter
A structure for defining the criteria of an AssetLocation search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class LocationSearchFilter : ComplexSearchCriteria<AssetLocation>, ISearchCriteria
Properties
Coordinates
The coordinates for the location.
Declaration
public SearchCriteria<string> Coordinates { get; }
Property Value
| Type | Description |
|---|---|
| SearchCriteria<String> |
Format
The asset coordinate format for the asset location.
Declaration
public SearchCriteria<AssetCoordinateFormat> Format { get; }
Property Value
| Type | Description |
|---|---|
| SearchCriteria<AssetCoordinateFormat> |
Name
The name of the location.
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.AssetLocation>.SearchKey