Container for the parameters to the DescribeDBLogFiles operation.
Returns a list of DB log files for the DB instance.

C# |
public class DescribeDBLogFilesRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DescribeDBLogFilesRequest()()()() | Initializes a new instance of the DescribeDBLogFilesRequest 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.) |
![]() | FileLastWritten |
Filters the available log files for files written since the specified date, in POSIX timestamp format.
|
![]() | FilenameContains |
Filters the available log files for log file names that contain the specified string.
|
![]() | FileSize |
Filters the available log files for files larger than the specified size.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | MaxRecords |
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token
called a marker is included in the response so that the remaining results can be retrieved.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDBInstanceIdentifier(String) | Obsolete.
Sets the DBInstanceIdentifier property
|
![]() | WithFileLastWritten(Int64) | Obsolete.
Sets the FileLastWritten property
|
![]() | WithFilenameContains(String) | Obsolete.
Sets the FilenameContains property
|
![]() | WithFileSize(Int64) | Obsolete.
Sets the FileSize property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|
![]() | WithMaxRecords(Int32) | Obsolete.
Sets the MaxRecords property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DescribeDBLogFilesRequest |