StorageInsightProperties interface

Storage insight properties.

Properties

containers

The names of the blob containers that the workspace should read

status

The status of the storage insight

storageAccount

The storage account connection details

tables

The names of the Azure tables that the workspace should read

Property Details

containers

The names of the blob containers that the workspace should read

containers?: string[]

Property Value

string[]

status

The status of the storage insight

status?: StorageInsightStatus

Property Value

storageAccount

The storage account connection details

storageAccount: StorageAccount

Property Value

tables

The names of the Azure tables that the workspace should read

tables?: string[]

Property Value

string[]