DiagnosticManagerLogDescriptor

DiagnosticManagerLogDescriptor
DiagnosticManagerLogDescriptor

Describes a log file that is available on a server.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "fileName": "string",
    "creator": "string",
    "format": "string",
    "mimeType": "string",
    "info": {
        "_typeName": "string",
        "label": "string",
        "summary": "string"
    }
}
string
key
Required

A key to identify the log file for browsing and download operations.

string
fileName
Required

The filename of the log.

string
creator
Required

The application that generated the log file.

For more information on currently supported creators, see DiagnosticManagerLogCreatorEnum.

string
format
Required

Describes the format of the log file.

For more information on currently supported formats, see DiagnosticManagerLogFormatEnum.

string
mimeType
Required

Describes the mime-type of the returned file.

Typical mime-types include:

  • text/plain - for a plain log file
info
Required

Static strings used for describing an object or property.