DataLakeModelFactory.PathContentInfo Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova PathContentInfo(String, ETag, DateTimeOffset, String, String, String, String, String, Int64, String, String, IDictionary<String,String>) instância para zombar.
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
Parâmetros
- 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>
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET