/// <summary>
 /// Initializes a new instance of the GetAzureStorageBlobContentCommand class.
 /// </summary>
 /// <param name="channel">IStorageBlobManagement channel</param>
 public GetAzureStorageBlobContentCommand(IStorageBlobManagement channel)
 {
     Channel = channel;
     fileNameResolver = new AzureToFileSystemFileNameResolver(() => NameUtil.WindowsMaxFileNameLength);
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the GetAzureStorageBlobContentCommand class.
 /// </summary>
 /// <param name="channel">IStorageBlobManagement channel</param>
 public GetAzureStorageBlobContentCommand(IStorageBlobManagement channel)
 {
     Channel          = channel;
     fileNameResolver = new AzureToFileSystemFileNameResolver(() => NameUtil.WindowsMaxFileNameLength);
 }