C# 클래스 BenefitsAllocationUpload.Services.BlobStoargeService

상속: IBlobStorageService
파일 보기 프로젝트 열기: ucdavis/BenefitsAllocationUpload

공개 메소드들

메소드 설명
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

메소드 상세

BlobStoargeService() 공개 메소드

public BlobStoargeService ( ) : System
리턴 System

DeleteBlob() 공개 메소드

public DeleteBlob ( string filename ) : bool
filename string
리턴 bool

Exists() 공개 메소드

public Exists ( string filename ) : bool
filename string
리턴 bool

GetBlob() 공개 메소드

public GetBlob ( string filename ) : byte[]
filename string
리턴 byte[]

GetBlobLength() 공개 메소드

public GetBlobLength ( string filename ) : long
filename string
리턴 long

ListBlobs() 공개 메소드

public ListBlobs ( ) : List
리턴 List

PutBlob() 공개 메소드

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

PutBlob() 공개 메소드

public PutBlob ( string filepath ) : void
filepath string
리턴 void

RenameBlob() 공개 메소드

public RenameBlob ( string oldName, string newName ) : void
oldName string
newName string
리턴 void