Click or drag to resize

SubscriberHubGetMetadata Method

Filters metadata and returns the result.

Namespace:  openPDC
Assembly:  GSF.Web (in GSF.Web.dll) Version: 2.3.33-beta
Syntax
public IEnumerable<Object> GetMetadata(
	string subscriberID,
	string tableName,
	string filter,
	string sortField,
	int takeCount
)
Request Example View Source

Parameters

subscriberID
Type: SystemString
The ID of the subscriber.
tableName
Type: SystemString
The metadata table from which to return rows.
filter
Type: SystemString
The filter to apply to the metadata table.
sortField
Type: SystemString
The field by which to sort the result set.
takeCount
Type: SystemInt32
The maximum number of records to be returned from the result set.

Return Value

Type: IEnumerableObject
The result of the metadata query.
See Also