Class GetMetadataParameters
Contains all the parameters to query either the metadata API or the database directly.
Inherited Members
Namespace: Unity.Cloud.Metadata
Assembly: Unity.Cloud.Metadata.dll
Syntax
public class GetMetadataParameters
Fields
| Name | Description |
|---|---|
| In | Gets the owner ID to query for dataset objects. Leave empty to query all the dataset objects. |
| Limit | The number of metadata record to return. |
| Select | Gets the keys wanted in the output metadata. Leave empty to return the whole metadata. |
| Where | Gets the conditions that the metadata needs to meet. Leave as an empty string for no condition. |