Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 883 Bytes

ArraySchema.md

File metadata and controls

24 lines (16 loc) · 883 Bytes

ArraySchema

ArraySchema during creation or retrieval

Properties

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]