Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LogFile

Package version

Represents a log file.

Hierarchy

Index

Properties

Optional createdTime

createdTime: Date

Creation timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

Resource ID NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedTime

lastModifiedTime: Date

Last modified timestamp of the log file. NOTE: This property will not be serialized. It can only be populated by the server.

Optional logFileType

logFileType: undefined | string

Type of the log file.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional sizeInKB

sizeInKB: undefined | number

Size of the log file.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional url

url: undefined | string

The url to download the log file from. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc