C# Класс BenefitsAllocationUpload.Services.BlobStoargeService

Наследование: IBlobStorageService
Показать файл Открыть проект

Открытые методы

Метод Описание
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