你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputFileReference.FilePath 属性

定义

获取存储文件的路径。

public string FilePath { get; }
member this.FilePath : string
Public ReadOnly Property FilePath As String

属性值

注解

如果文件存储在目录路径下,则 FilePath 属性使用基础 blob 存储的目录分隔符 (例如 mydirectory/myfile.txt) 。 此类路径可能无法像 Windows 路径一样直接使用。

适用于