FilesModelFactory.StorageFileProperties 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.
Overloads
StorageFileProperties(DateTimeOffset, IDictionary<String,String>, Int64, String, ETag, Byte[], IEnumerable<String>, String, String, IEnumerable<String>, DateTimeOffset, String, String, String, String, CopyStatus, Boolean, NtfsFileAttributes, DateTimeOffset, DateTimeOffset, DateTimeOffset, String, String, String)
- Source:
- ShareFileProperties.cs
- Source:
- ShareFileProperties.cs
Creates a new StorageFileProperties instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileProperties StorageFileProperties (DateTimeOffset lastModified, System.Collections.Generic.IDictionary<string,string> metadata, long contentLength, string contentType, Azure.ETag eTag, byte[] contentHash, System.Collections.Generic.IEnumerable<string> contentEncoding, string cacheControl, string contentDisposition, System.Collections.Generic.IEnumerable<string> contentLanguage, DateTimeOffset copyCompletedOn, string copyStatusDescription, string copyId, string copyProgress, string copySource, Azure.Storage.Files.Shares.Models.CopyStatus copyStatus, bool isServerEncrypted, Azure.Storage.Files.Shares.Models.NtfsFileAttributes fileAttributes, DateTimeOffset fileCreationTime, DateTimeOffset fileLastWriteTime, DateTimeOffset fileChangeTime, string filePermissionKey, string fileId, string fileParentId);
static member StorageFileProperties : DateTimeOffset * System.Collections.Generic.IDictionary<string, string> * int64 * string * Azure.ETag * byte[] * seq<string> * string * string * seq<string> * DateTimeOffset * string * string * string * string * Azure.Storage.Files.Shares.Models.CopyStatus * bool * Azure.Storage.Files.Shares.Models.NtfsFileAttributes * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * string * string -> Azure.Storage.Files.Shares.Models.ShareFileProperties
Public Shared Function StorageFileProperties (lastModified As DateTimeOffset, metadata As IDictionary(Of String, String), contentLength As Long, contentType As String, eTag As ETag, contentHash As Byte(), contentEncoding As IEnumerable(Of String), cacheControl As String, contentDisposition As String, contentLanguage As IEnumerable(Of String), copyCompletedOn As DateTimeOffset, copyStatusDescription As String, copyId As String, copyProgress As String, copySource As String, copyStatus As CopyStatus, isServerEncrypted As Boolean, fileAttributes As NtfsFileAttributes, fileCreationTime As DateTimeOffset, fileLastWriteTime As DateTimeOffset, fileChangeTime As DateTimeOffset, filePermissionKey As String, fileId As String, fileParentId As String) As ShareFileProperties
Parameters
- lastModified
- DateTimeOffset
- metadata
- IDictionary<String,String>
- contentLength
- Int64
- contentType
- String
- eTag
- ETag
- contentHash
- Byte[]
- contentEncoding
- IEnumerable<String>
- cacheControl
- String
- contentDisposition
- String
- contentLanguage
- IEnumerable<String>
- copyCompletedOn
- DateTimeOffset
- copyStatusDescription
- String
- copyId
- String
- copyProgress
- String
- copySource
- String
- copyStatus
- CopyStatus
- isServerEncrypted
- Boolean
- fileAttributes
- NtfsFileAttributes
- fileCreationTime
- DateTimeOffset
- fileLastWriteTime
- DateTimeOffset
- fileChangeTime
- DateTimeOffset
- filePermissionKey
- String
- fileId
- String
- fileParentId
- String
Returns
Applies to
StorageFileProperties(DateTimeOffset, IDictionary<String,String>, Int64, String, ETag, Byte[], IEnumerable<String>, String, String, IEnumerable<String>, DateTimeOffset, String, String, String, String, CopyStatus, Boolean, String, DateTimeOffset, DateTimeOffset, DateTimeOffset, String, String, String)
- Source:
- ShareFileProperties.cs
- Source:
- ShareFileProperties.cs
Creates a new StorageFileProperties instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileProperties StorageFileProperties (DateTimeOffset lastModified, System.Collections.Generic.IDictionary<string,string> metadata, long contentLength, string contentType, Azure.ETag eTag, byte[] contentHash, System.Collections.Generic.IEnumerable<string> contentEncoding, string cacheControl, string contentDisposition, System.Collections.Generic.IEnumerable<string> contentLanguage, DateTimeOffset copyCompletedOn, string copyStatusDescription, string copyId, string copyProgress, string copySource, Azure.Storage.Files.Shares.Models.CopyStatus copyStatus, bool isServerEncrypted, string fileAttributes, DateTimeOffset fileCreationTime, DateTimeOffset fileLastWriteTime, DateTimeOffset fileChangeTime, string filePermissionKey, string fileId, string fileParentId);
static member StorageFileProperties : DateTimeOffset * System.Collections.Generic.IDictionary<string, string> * int64 * string * Azure.ETag * byte[] * seq<string> * string * string * seq<string> * DateTimeOffset * string * string * string * string * Azure.Storage.Files.Shares.Models.CopyStatus * bool * string * DateTimeOffset * DateTimeOffset * DateTimeOffset * string * string * string -> Azure.Storage.Files.Shares.Models.ShareFileProperties
Public Shared Function StorageFileProperties (lastModified As DateTimeOffset, metadata As IDictionary(Of String, String), contentLength As Long, contentType As String, eTag As ETag, contentHash As Byte(), contentEncoding As IEnumerable(Of String), cacheControl As String, contentDisposition As String, contentLanguage As IEnumerable(Of String), copyCompletedOn As DateTimeOffset, copyStatusDescription As String, copyId As String, copyProgress As String, copySource As String, copyStatus As CopyStatus, isServerEncrypted As Boolean, fileAttributes As String, fileCreationTime As DateTimeOffset, fileLastWriteTime As DateTimeOffset, fileChangeTime As DateTimeOffset, filePermissionKey As String, fileId As String, fileParentId As String) As ShareFileProperties
Parameters
- lastModified
- DateTimeOffset
- metadata
- IDictionary<String,String>
- contentLength
- Int64
- contentType
- String
- eTag
- ETag
- contentHash
- Byte[]
- contentEncoding
- IEnumerable<String>
- cacheControl
- String
- contentDisposition
- String
- contentLanguage
- IEnumerable<String>
- copyCompletedOn
- DateTimeOffset
- copyStatusDescription
- String
- copyId
- String
- copyProgress
- String
- copySource
- String
- copyStatus
- CopyStatus
- isServerEncrypted
- Boolean
- fileAttributes
- String
- fileCreationTime
- DateTimeOffset
- fileLastWriteTime
- DateTimeOffset
- fileChangeTime
- DateTimeOffset
- filePermissionKey
- String
- fileId
- String
- fileParentId
- String
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET