interface DocumentSearchLimit {
    limit?: number;
}

Properties

Properties

limit?: number

Maximum number of items. When using highlights the maximum value is reduced to 20.

int32

0

1000