Amazon.S3.Transfer.DownloadDirectoryProgressArgs.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return string.Format(CultureInfo.InvariantCulture, "Total Files: {0}, Downloaded Files {1}, Total Bytes: {2}, Transferred Bytes: {3}", this.TotalNumberOfFiles, this.NumberOfFilesDownloaded, this.TotalNumberOfBytesForCurrentFile, this.TransferredBytesForCurrentFile);
        }
    }
DownloadDirectoryProgressArgs