@perspective-dev/client
    Preparing search index...

    Options for serializing a window of data from a [View].

    Some fields of [ViewWindow] are only applicable to specific methods of [View].

    type ViewWindow = {
        compression?: string;
        end_col?: number;
        end_row?: number;
        formatted?: boolean;
        id?: boolean;
        index?: boolean;
        leaves_only?: boolean;
        start_col?: number;
        start_row?: number;
    }
    Index

    Properties

    compression?: string

    Only impacts [View::to_arrow]

    end_col?: number
    end_row?: number
    formatted?: boolean

    Only impacts [View::to_csv]

    id?: boolean
    index?: boolean
    leaves_only?: boolean
    start_col?: number
    start_row?: number