ShareModelFactory.ShareFileUploadInfo 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 ShareFileUploadInfo instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileUploadInfo ShareFileUploadInfo (Azure.ETag eTag, DateTimeOffset lastModified, byte[] contentHash, bool isServerEncrypted);
static member ShareFileUploadInfo : Azure.ETag * DateTimeOffset * byte[] * bool -> Azure.Storage.Files.Shares.Models.ShareFileUploadInfo
Public Shared Function ShareFileUploadInfo (eTag As ETag, lastModified As DateTimeOffset, contentHash As Byte(), isServerEncrypted As Boolean) As ShareFileUploadInfo
Parameters
- eTag
- ETag
- lastModified
- DateTimeOffset
- contentHash
- Byte[]
- isServerEncrypted
- Boolean
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