AWS SDK for .NET Documentation
DescribeDBLogFilesRequest Class
AmazonAmazon.RDS.ModelDescribeDBLogFilesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeDBLogFiles operation.

Returns a list of DB log files for the DB instance.

Declaration Syntax
C#
public class DescribeDBLogFilesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:
  • Must contain from 1 to 63 alphanumeric characters or hyphens
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens

Equals(Object)
Determines whether the specified Object is equal to the current 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

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeDBLogFilesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)