---
title: "SnapshotIdArray"
description: "An array of [SnapshotId]. On most platforms this is an array of [Long] but may be a different
type if the platform target does not support [Long] efficiently (such as JavaScript)."
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
public expect class SnapshotIdArray
```


An array of `SnapshotId`. On most platforms this is an array of `Long` but may be a different
type if the platform target does not support `Long` efficiently (such as JavaScript).



