AzureBlobFileSystem.AzureBlobStorageProvider.AzureBlobFolderStorage.GetPath C# (CSharp) Method

GetPath() public method

public GetPath ( ) : string
return string
            public string GetPath()
            {
                return _blob.Uri.ToString().Replace(_blob.Container.Uri.ToString(), _blob.Container.Name).Trim('/');
            }