C# 클래스 UCosmic.BinaryData.AzureBlobBinaryDataStorage

상속: IStoreBinaryData
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
AzureBlobBinaryDataStorage ( string connectionStringName ) : System
Delete ( string path ) : void
Exists ( string path ) : bool
Get ( string path ) : byte[]
Put ( string path, byte data, bool overwrite = false ) : void

비공개 메소드들

메소드 설명
GetBlob ( string path, Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer container = null ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
GetBlobName ( string path ) : string
GetContainer ( string path ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer
GetContainerName ( string path ) : string

메소드 상세

AzureBlobBinaryDataStorage() 공개 메소드

public AzureBlobBinaryDataStorage ( string connectionStringName ) : System
connectionStringName string
리턴 System

Delete() 공개 메소드

public Delete ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

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

Get() 공개 메소드

public Get ( string path ) : byte[]
path string
리턴 byte[]

Put() 공개 메소드

public Put ( string path, byte data, bool overwrite = false ) : void
path string
data byte
overwrite bool
리턴 void