tiledb_array_schema_set_capacity: Sets the schema capacity (for sparse fragments)

View source: R/ArraySchema.R

capacity<-R Documentation

Sets the schema capacity (for sparse fragments)

Description

Sets the tiledb_array schema tile capacity for sparse fragments.

Usage

capacity(x) <- value

## S4 replacement method for signature 'tiledb_array_schema'
capacity(x) <- value

tiledb_array_schema_set_capacity(x, value)

Arguments

x

An array_schema object

value

An integer or numeric value for the new tile capacity

Value

The modified array_schema object


tiledb documentation built on Sept. 27, 2023, 9:06 a.m.