Sdílet prostřednictvím


TransferSegmentMetadata.CalculateSegmentLength(Int64, Int32) Method

Definition

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