DeletedWorkbookProperties interface

Properties that contain a workbook.

Properties

category

Workbook category, as defined by the user at creation time.

description

The description of the workbook.

displayName

The user-defined name (display name) of the workbook.

revision

The unique revision id for this workbook definition

serializedData

Configuration of this particular workbook. Configuration data is a string containing valid JSON

sourceId

ResourceId for a source resource.

storageUri

The resourceId to the storage account when bring your own storage is used

tags

Being deprecated, please use the other tags field

timeModified

Date and time in UTC of the last modification that was made to this workbook definition.

userId

Unique user id of the specific user that owns this workbook.

version

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData

Property Details

category

Workbook category, as defined by the user at creation time.

category: string

Property Value

string

description

The description of the workbook.

description?: string

Property Value

string

displayName

The user-defined name (display name) of the workbook.

displayName: string

Property Value

string

revision

The unique revision id for this workbook definition

revision?: string

Property Value

string

serializedData

Configuration of this particular workbook. Configuration data is a string containing valid JSON

serializedData: null | string

Property Value

null | string

sourceId

ResourceId for a source resource.

sourceId?: string

Property Value

string

storageUri

The resourceId to the storage account when bring your own storage is used

storageUri?: string

Property Value

string

tags

Being deprecated, please use the other tags field

tags?: string[]

Property Value

string[]

timeModified

Date and time in UTC of the last modification that was made to this workbook definition.

timeModified?: Date

Property Value

Date

userId

Unique user id of the specific user that owns this workbook.

userId?: string

Property Value

string

version

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData

version?: string

Property Value

string