DataLakeModelFactory.PathContentInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new PathContentInfo(String, ETag, DateTimeOffset, String, String, String, String, String, Int64, String, String, IDictionary<String,String>) instance for mocking.
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
Parameters
- contentHash
- String
- eTag
- ETag
- lastModified
- DateTimeOffset
- acceptRanges
- String
- cacheControl
- String
- contentDisposition
- String
- contentEncoding
- String
- contentLanguage
- String
- contentLength
- Int64
- contentRange
- String
- contentType
- String
- metadata
- IDictionary<String,String>
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET