Databricks SDK for JavaScript
    Preparing search index...

    Policy for auto full refresh.

    interface AutoFullRefreshPolicy {
        enabled?: boolean;
        minIntervalHours?: number;
    }
    Index

    Properties

    enabled?: boolean

    (Required, Mutable) Whether to enable auto full refresh or not.

    minIntervalHours?: number

    (Optional, Mutable) Specify the minimum interval in hours between the timestamp at which a table was last full refreshed and the current timestamp for triggering auto full If unspecified and autoFullRefresh is enabled then by default min_interval_hours is 24 hours.