Achilles.Acme.Storage.Azure.AzureCloudStorageProvider.GetCloudBlockBlob C# (CSharp) 메소드

GetCloudBlockBlob() 개인적인 메소드

private GetCloudBlockBlob ( string path ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
path string
리턴 Microsoft.WindowsAzure.Storage.Blob.CloudBlockBlob
        private CloudBlockBlob GetCloudBlockBlob( string path )
        {
            string blobPath = path.ToAzurePath();

            return _container.GetBlockBlobReference( blobPath );
        }