Share via


BlobsModelFactory.BlobBlock(String, Int64) Method

Definition

Creates a new BlobBlock instance for mocking.

public static Azure.Storage.Blobs.Models.BlobBlock BlobBlock (string name, long size);
static member BlobBlock : string * int64 -> Azure.Storage.Blobs.Models.BlobBlock
Public Shared Function BlobBlock (name As String, size As Long) As BlobBlock

Parameters

name
String
size
Int64

Returns

Applies to