Catalog.GetDataSets Methods
Gets dataset metadata records in a Catalog.
Thread safety: This method is thread-safe.
Overload List
Name | Description | |
---|---|---|
Public method | GetDataSets() | Gets all dataset metadata records in the Catalog. |
Public method | GetDataSets(CatalogQuery query) | Gets all dataset metadata records that match the specified CatalogQuery. |
GetDataSets()
Gets all dataset metadata records in the Catalog.Syntax
public CatalogMetadataCollection GetDataSets ()
Return Value
Type: A collection of CatalogMetadata elements.
A list that contains all dataset metadata records in the catalog.
A list that contains all dataset metadata records in the catalog.
GetDataSets(CatalogQuery query)
Gets all dataset metadata records that match the specified CatalogQuery.Syntax
public CatalogMetadataCollection GetDataSets (
CatalogQuery query
)
Parameters
query
Type: CatalogQuery
Search parameters. Only metadata records matching these parameters are returned.
Search parameters. Only metadata records matching these parameters are returned.
Return Value
Type: A collection of CatalogMetadata elements.
A list of matching dataset metadata records, possibly empty.
A list of matching dataset metadata records, possibly empty.
Platforms
Windows, Linux, Android