Container for the parameters to the DownloadDBLogFilePortion operation.
            
Downloads the last line of the specified log file.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DownloadDBLogFilePortionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DownloadDBLogFilePortionRequest()()()() | Initializes a new instance of the DownloadDBLogFilePortionRequest class | 
|  | DBInstanceIdentifier | 
            The customer-assigned name of the DB instance that contains the log files you want to list. Constraints:  
 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | LogFileName | 
            The name of the log file to be downloaded.
             
             | 
|  | Marker | 
            The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker,
            up to MaxRecords.
             
             | 
|  | NumberOfLines | 
            The number of lines remaining to be downloaded.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBInstanceIdentifier(String) | Obsolete. 
            Sets the DBInstanceIdentifier property
             | 
|  | WithLogFileName(String) | Obsolete. 
            Sets the LogFileName property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithNumberOfLines(Int32) | Obsolete. 
            Sets the NumberOfLines property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DownloadDBLogFilePortionRequest | |