C# 클래스 azurecopy.AzureBlobCopyHandler

파일 보기 프로젝트 열기: kpfaulkner/azurecopy 1 사용 예제들

공개 메소드들

메소드 설명
AbortCopy ( string copyID ) : void
MonitorBlobCopy ( string destinationUrl ) : void
StartCopy ( BasicBlobContainer origBlob, string DestinationUrl, DestinationBlobType destBlobType ) : BlobCopyData
StartCopyList ( IEnumerable origBlobList, string destinationUrl, DestinationBlobType destBlobType ) : void

Start copying all the blobs using BlobCopy API. Will break it into batches.

비공개 메소드들

메소드 설명
AzureBlobCopyHandler ( ) : System
GeneratedAccessibleUrl ( BasicBlobContainer origBlob ) : string

Makes a usable URL for a blob. This will need to handle security on the source blob. Each cloud provider is different. Cloud providers developed: Azure S3xx Cloud providers soon: Dropbox Onedrive

메소드 상세

AbortCopy() 공개 정적인 메소드

public static AbortCopy ( string copyID ) : void
copyID string
리턴 void

MonitorBlobCopy() 공개 정적인 메소드

public static MonitorBlobCopy ( string destinationUrl ) : void
destinationUrl string
리턴 void

StartCopy() 공개 정적인 메소드

public static StartCopy ( BasicBlobContainer origBlob, string DestinationUrl, DestinationBlobType destBlobType ) : BlobCopyData
origBlob BasicBlobContainer
DestinationUrl string
destBlobType DestinationBlobType
리턴 BlobCopyData

StartCopyList() 공개 정적인 메소드

Start copying all the blobs using BlobCopy API. Will break it into batches.
public static StartCopyList ( IEnumerable origBlobList, string destinationUrl, DestinationBlobType destBlobType ) : void
origBlobList IEnumerable
destinationUrl string
destBlobType DestinationBlobType
리턴 void