Share via


AtlasStructOutput interface

Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.

Properties

attributes

The attributes of the struct.

lastModifiedTS

ETag for concurrency control.

typeName

The name of the type.

Property Details

attributes

The attributes of the struct.

attributes?: Record<string, any>

Property Value

Record<string, any>

lastModifiedTS

ETag for concurrency control.

lastModifiedTS?: string

Property Value

string

typeName

The name of the type.

typeName?: string

Property Value

string