Amazon.RDS.AmazonRDSClient.DownloadDBLogFilePortion C# (CSharp) Method

DownloadDBLogFilePortion() public method

Downloads all or a portion of the specified log file, up to 1 MB in size.
/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// LogFileName does not refer to an existing DB log file. ///
public DownloadDBLogFilePortion ( DownloadDBLogFilePortionRequest request ) : DownloadDBLogFilePortionResponse
request Amazon.RDS.Model.DownloadDBLogFilePortionRequest Container for the necessary parameters to execute the DownloadDBLogFilePortion service method.
return Amazon.RDS.Model.DownloadDBLogFilePortionResponse
        public DownloadDBLogFilePortionResponse DownloadDBLogFilePortion(DownloadDBLogFilePortionRequest request)
        {
            var marshaller = new DownloadDBLogFilePortionRequestMarshaller();
            var unmarshaller = DownloadDBLogFilePortionResponseUnmarshaller.Instance;

            return Invoke<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient