StorageDataMovementCmdletBase.GetBlockIDs(Int64, Int64, String) 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.
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[]