ArraySchema during creation or retrieval
Name | Type | Description | Notes |
---|---|---|---|
uri | String | URI of schema | [optional] |
version | List<Integer> | file format version | |
arrayType | ArrayType | ||
tileOrder | Layout | ||
cellOrder | Layout | ||
capacity | Integer | Capacity of array | |
coordsFilterPipeline | FilterPipeline | ||
offsetFilterPipeline | FilterPipeline | ||
domain | Domain | ||
attributes | List<Attribute> | Attributes of array | |
allowsDuplicates | Boolean | True if the array allows coordinate duplicates. Applicable only to sparse arrays. | [optional] |