DataExportProperties interface

Data Export properties.

Properties

createdDate

The latest data export rule modification time.

dataExportId

The data export rule ID.

enable

Active when enabled.

lastModifiedDate

Date and time when the export was last modified.

metaData

destination meta data.

resourceId

The destination resource ID. This can be copied from the Properties entry of the destination resource in Azure.

tableNames

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

destination meta data.

metaData?: DestinationMetaData

Property Value

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