Microsoft.WindowsAzure.Commands.Storage.Test.Service.MockStorageBlobManagement.SetBlobMetadata C# (CSharp) Method

SetBlobMetadata() public method

set blob meta data
public SetBlobMetadata ( Microsoft.WindowsAzure.Storage.Blob.CloudBlob blob, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
blob Microsoft.WindowsAzure.Storage.Blob.CloudBlob ICloud blob object
accessCondition Microsoft.WindowsAzure.Storage.AccessCondition Access condition
options Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptions blob request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext An object that represents the context for the current operation.
return void
        public void SetBlobMetadata(CloudBlob blob, AccessCondition accessCondition, BlobRequestOptions options, OperationContext operationContext)
        {
            return;
        }