Share via


StorageDataMovementCmdletBase.GetBlockIDs(Int64, Int64, String) Method

Definition

Get the block id arrary from block blob length, block size and blob name

public static string[] GetBlockIDs (long contentLength, long blockLength, string blobname);
static member GetBlockIDs : int64 * int64 * string -> string[]
Public Shared Function GetBlockIDs (contentLength As Long, blockLength As Long, blobname As String) As String()

Parameters

contentLength
Int64
blockLength
Int64
blobname
String

Returns

String[]

Applies to