Class GetMetadataParameters
Contains all the parameters to query either the metadata API or the database directly
Inherited Members
Namespace: Unity.Cloud.Metadata
Syntax
public class GetMetadataParameters
Fields
In
The owners' ids in which to do the lookup. Leave empty to query all the scene objects.
Declaration
public IEnumerable<string> In
Field Value
| Type | Description |
|---|---|
| IEnumerable<String> |
Select
The keys wanted in the output metadata. Leave empty to return the whole metadata.
Declaration
public IEnumerable<string> Select
Field Value
| Type | Description |
|---|---|
| IEnumerable<String> |
Where
The conditions that the metadata needs to satisfy. Leave as an empty string for no condition.
Declaration
public string Where
Field Value
| Type | Description |
|---|---|
| String |