SupportPackageRequestProperties interface
The share properties.
Properties
| include | Type of files, which need to be included in the logs This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived) or a comma separated list of log types that are required |
| maximum |
Start of the timespan of the log collection |
| minimum |
MinimumTimeStamp from where logs need to be collected |
Property Details
include
Type of files, which need to be included in the logs This will contain the type of logs (Default/DefaultWithDumps/None/All/DefaultWithArchived) or a comma separated list of log types that are required
include?: string
Property Value
string
maximumTimeStamp
Start of the timespan of the log collection
maximumTimeStamp?: Date
Property Value
Date
minimumTimeStamp
MinimumTimeStamp from where logs need to be collected
minimumTimeStamp?: Date
Property Value
Date