Storage Utils

This class contains storage-related utility methods.

public class StorageUtils

Methods

Name Type Description
SplitNamespacePath(string)
objectPath: The object path.
Splits the specified object path into the namespace and the path. Returns a tuple where the first item is the namespace and the second item is the path.

Ex. "local:/path/to/file" -> ("local", "/path/to/file")
Tuple<string, string>