StoragePartition is a datatype for a cluster storage partition. It assigns cluster nodes with the responsibility of storing a segment data.

Table: StoragePartition

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
idintegeryes The unique identifier of the storage partition.
nodeIds[integer]yes A list of ids for the nodes responsible for the partition. The list is ordered so that the first node is the primary node and the rest are followers.