DataExportProperties interface
Data Export properties.
Properties
| created |
The latest data export rule modification time. |
| data |
The data export rule ID. |
| enable | Active when enabled. |
| last |
Date and time when the export was last modified. |
| meta |
destination meta data. |
| resource |
The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure. |
| table |
An array of tables to export, for example: [“Heartbeat, SecurityEvent”]. |
| type | The type of the destination resource |
Property Details
createdDate
The latest data export rule modification time.
createdDate?: string
Property Value
string
dataExportId
The data export rule ID.
dataExportId?: string
Property Value
string
enable
Active when enabled.
enable?: boolean
Property Value
boolean
lastModifiedDate
Date and time when the export was last modified.
lastModifiedDate?: string
Property Value
string
metaData
resourceId
The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.
resourceId?: string
Property Value
string
tableNames
An array of tables to export, for example: [“Heartbeat, SecurityEvent”].
tableNames: string[]
Property Value
string[]
type
The type of the destination resource
type?: string
Property Value
string