Edit

Share via


RowColumnSecurityDataChangeEvent interface

The data change event for row-level security and column-level security in OneLake explorer.

Properties

columns

The columns associated with the table, applicable for column-level security

level

The level of the table in the hierarchy

query

Query associated with the table, applicable for row-level security

schemaDiscovery

Indicates whether schema discovery is enabled for the table

tablePath

The path of the table

type

Type of the data change event, either row-level security or column-level security

Property Details

columns

The columns associated with the table, applicable for column-level security

columns?: IColumnsDataChangeEvent[]

Property Value

level

The level of the table in the hierarchy

level?: number

Property Value

number

query

Query associated with the table, applicable for row-level security

query?: string

Property Value

string

schemaDiscovery

Indicates whether schema discovery is enabled for the table

schemaDiscovery?: boolean

Property Value

boolean

tablePath

The path of the table

tablePath?: string

Property Value

string

type

Type of the data change event, either row-level security or column-level security

type?: DataChangeEventType

Property Value