Click or drag to resize

SubscriberHubGetMetadata Method

Filters metadata and returns the result.

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

Parameters

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

Return Value

IEnumerableObject
The result of the metadata query.
See Also