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 owner ID to query for scene objects. Leave empty to query all the scene objects.
Declaration
public IEnumerable<OwnerId> In
Field Value
Type | Description |
---|---|
IEnumerable<OwnerId> |
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 meet. Leave as an empty string for no condition.
Declaration
public string Where
Field Value
Type | Description |
---|---|
String |