TransferSegmentMetadata.CalculateSegmentLength(Int64, Int32) 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.
Calculates the length of a typical (non-terminal) segment for a file of the given length that is split into the given number of segments.
public static long CalculateSegmentLength (long fileLength, int segmentCount);
static member CalculateSegmentLength : int64 * int -> int64
Public Shared Function CalculateSegmentLength (fileLength As Long, segmentCount As Integer) As Long
Parameters
- fileLength
- Int64
The length of the file, in bytes.
- segmentCount
- Int32
The number of segments to split the file into.
Returns
Exceptions
Number of segments must be a positive integer
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.