| C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotEngine Class > GetMetadata Method : GetMetadata(String,String,CancellationToken) Method |
'Declaration Public Overloads Shared Function GetMetadata( _ ByVal workspace As System.String, _ ByVal table As System.String, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of Dictionary(Of String,Object))
public static System.Threading.Tasks.Task<Dictionary<string,object>> GetMetadata( System.string workspace, System.string table, System.Threading.CancellationToken cancelToken )
Currently supported metadata parts are:
"fields": IList collection containing field information, objects with properties Name (string) and Type (System.Type)
"rowCount": Number of rows in the DataEngine table