pub fn get_by_index_range_count(
    bin: &str,
    index: i64,
    count: i64,
    return_type: ListReturnType
) -> Operation<'_>
Expand description

Creates list get by index range operation. Server selects “count” list items starting at specified index and returns selected data specified by returnType.