This data type is used as a response element to DownloadDBLogFilePortion.

C# |
public class DownloadDBLogFilePortionResult

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DownloadDBLogFilePortionResult()()()() | Initializes a new instance of the DownloadDBLogFilePortionResult class |
![]() | AdditionalDataPending |
Boolean value that if true, indicates there is more data to be downloaded.
|
![]() | 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.) |
![]() | LogFileData |
Entries from the specified log file.
|
![]() | Marker |
An optional pagination token provided by a previous DownloadDBLogFilePortion request.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAdditionalDataPending(Boolean) | Obsolete.
Sets the AdditionalDataPending property
|
![]() | WithLogFileData(String) | Obsolete.
Sets the LogFileData property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|

Object | |
![]() | DownloadDBLogFilePortionResult |