- SyncArrays are a type of collection.
- They can contain any number of data objects with the same data type.
- Each SyncArray element can be directly accessed via an integer index number.
- The existence of a SyncArray element is bound to the existence of the SyncArray.