Click or drag to resize

BlobContainerBlobClient Method

Gets the BlobClient(String) for a particular blobName

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public BlobClient BlobClient(
	string blobName
)

Parameters

blobName  String
The name of the blob to open

Return Value

BlobClient
A BlobClient(String)
See Also