DataLakeModelFactory.PathContentInfo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un PathContentInfo(String, ETag, DateTimeOffset, String, String, String, String, String, Int64, String, String, IDictionary<String,String>) instance pour la simulation.
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
Paramètres
- 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>
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET