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

DataLakeModelFactory.PathContentInfo 方法

定义

public static Azure.Storage.Files.DataLake.Models.PathContentInfo PathContentInfo(string contentHash, Azure.ETag eTag, DateTimeOffset lastModified, string acceptRanges, string cacheControl, string contentDisposition, string contentEncoding, string contentLanguage, long contentLength, string contentRange, string contentType, System.Collections.Generic.IDictionary<string,string> metadata);
static member PathContentInfo : string * Azure.ETag * DateTimeOffset * string * string * string * string * string * int64 * string * string * System.Collections.Generic.IDictionary<string, string> -> Azure.Storage.Files.DataLake.Models.PathContentInfo
Public Shared Function PathContentInfo (contentHash As String, eTag As ETag, lastModified As DateTimeOffset, acceptRanges As String, cacheControl As String, contentDisposition As String, contentEncoding As String, contentLanguage As String, contentLength As Long, contentRange As String, contentType As String, metadata As IDictionary(Of String, String)) As PathContentInfo

参数

contentHash
String
eTag
ETag
lastModified
DateTimeOffset
acceptRanges
String
cacheControl
String
contentDisposition
String
contentEncoding
String
contentLanguage
String
contentLength
Int64
contentRange
String
contentType
String

返回

适用于