Databricks SDK for JavaScript
    Preparing search index...

    Interface DeltaRuntimePropertiesKvPairs

    Properties pertaining to the current state of the delta table as given by the commit server. This does not contain delta.* (input) properties in TableInfo.properties.

    interface DeltaRuntimePropertiesKvPairs {
        deltaRuntimeProperties?: Record<string, string>;
    }
    Index

    Properties

    deltaRuntimeProperties?: Record<string, string>

    A map of key-value properties attached to the securable.