Property | Type | Description | |
---|---|---|---|
BlobName | string |
Property | Type | Description | |
---|---|---|---|
GetFullSendFilePath | string | ||
SetAzureBlobContent | void | ||
SetBlobMeta | Common.Task | ||
SetBlobProperties | Common.Task | ||
Upload2Blob | Common.Task | ||
ValidateBlobProperties | void |
Method | Description | |
---|---|---|
ExecuteCmdlet ( ) : void |
execute command
|
|
SetAzureBlobContentCommand ( ) : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel |
Initializes a new instance of the SetAzureBlobContentCommand class.
|
|
SetAzureBlobContentCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel |
Initializes a new instance of the SetAzureBlobContentCommand class.
|
Method | Description | |
---|---|---|
EndProcessing ( ) : void | ||
OnTaskSuccessful ( |
On Task run successfully
|
Method | Description | |
---|---|---|
GetFullSendFilePath ( string fileName ) : string |
get full file path according to the specified file name
|
|
SetAzureBlobContent ( string fileName, string blobName ) : void |
set azure blob content
|
|
SetBlobMeta ( IStorageBlobManagement localChannel, Microsoft.WindowsAzure.Storage.Blob blob, |
set blob meta
|
|
SetBlobProperties ( IStorageBlobManagement localChannel, Microsoft.WindowsAzure.Storage.Blob blob, |
set blob properties
|
|
Upload2Blob ( long taskId, IStorageBlobManagement localChannel, string filePath, Microsoft.WindowsAzure.Storage.Blob blob ) : Common.Task |
upload file to azure blob
|
|
ValidateBlobProperties ( |
check whether the blob properties is valid
|
protected OnTaskSuccessful ( |
||
data | User data | |
return | void |
public SetAzureBlobContentCommand ( ) : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel | ||
return | Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel |
public SetAzureBlobContentCommand ( IStorageBlobManagement channel ) : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel | ||
channel | IStorageBlobManagement | IStorageBlobManagement channel |
return | Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel |