Share via


Catalog.RefreshByPath(String) Method

Definition

Invalidates and refreshes all the cached data (and the associated metadata) for any Dataset that contains the given data source path. Path matching is by prefix, i.e. "/" would invalidate everything that is cached.

public void RefreshByPath (string path);
member this.RefreshByPath : string -> unit
Public Sub RefreshByPath (path As String)

Parameters

path
String

Path to refresh

Applies to