'Declaration Public Overloads Shared Function GetMetadata( _ ByVal workspace As String, _ ByVal table As String, _ ByVal cancelToken As CancellationToken _ ) As Task(Of Dictionary(Of String,Object))
public static Task<Dictionary<string,object>> GetMetadata( string workspace, string table, CancellationToken cancelToken )
Parameters
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of a DataEngine table.
- cancelToken
- Enables task cancellation.
Return Value
Dictionary containing key/value pairs for metadata parts, where key is the name of the part.