C# Class BenefitsAllocationUpload.Services.BlobStoargeService

Inheritance: IBlobStorageService
Show file Open project: ucdavis/BenefitsAllocationUpload

Public Methods

Method Description
BlobStoargeService ( ) : System
DeleteBlob ( string filename ) : bool
Exists ( string filename ) : bool
GetBlob ( string filename ) : byte[]
GetBlobLength ( string filename ) : long
ListBlobs ( ) : List
PutBlob ( Stream stream, string filepath ) : Uri
PutBlob ( string filepath ) : void
RenameBlob ( string oldName, string newName ) : void

Method Details

BlobStoargeService() public method

public BlobStoargeService ( ) : System
return System

DeleteBlob() public method

public DeleteBlob ( string filename ) : bool
filename string
return bool

Exists() public method

public Exists ( string filename ) : bool
filename string
return bool

GetBlob() public method

public GetBlob ( string filename ) : byte[]
filename string
return byte[]

GetBlobLength() public method

public GetBlobLength ( string filename ) : long
filename string
return long

ListBlobs() public method

public ListBlobs ( ) : List
return List

PutBlob() public method

public PutBlob ( Stream stream, string filepath ) : Uri
stream Stream
filepath string
return System.Uri

PutBlob() public method

public PutBlob ( string filepath ) : void
filepath string
return void

RenameBlob() public method

public RenameBlob ( string oldName, string newName ) : void
oldName string
newName string
return void