Method LimitTo
LimitTo(int)
Specify the number of metadata record to return. Useful when the dataset contains thousands of metadata entry, which can affect performance.
Declaration
public MetadataQueryBuilder LimitTo(int amount)
Parameters
| Type | Name | Description |
|---|---|---|
| int | amount | The number of metadata record to return |
Returns
| Type | Description |
|---|---|
| MetadataQueryBuilder | The called MetadataQueryBuilder |