ShareModelFactory.ShareFileRangeInfo 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 ShareFileRangeInfo instance for mocking.
public static Azure.Storage.Files.Shares.Models.ShareFileRangeInfo ShareFileRangeInfo (DateTimeOffset lastModified, Azure.ETag eTag, long fileContentLength, System.Collections.Generic.IEnumerable<Azure.HttpRange> ranges);
static member ShareFileRangeInfo : DateTimeOffset * Azure.ETag * int64 * seq<Azure.HttpRange> -> Azure.Storage.Files.Shares.Models.ShareFileRangeInfo
Public Shared Function ShareFileRangeInfo (lastModified As DateTimeOffset, eTag As ETag, fileContentLength As Long, ranges As IEnumerable(Of HttpRange)) As ShareFileRangeInfo
Parameters
- lastModified
- DateTimeOffset
- eTag
- ETag
- fileContentLength
- Int64
- ranges
- IEnumerable<HttpRange>