scanIds

fun scanIds(type: ScanType = ScanType.range(), common: CommonOptions = CommonOptions.Default, sort: ScanSort = ScanSort.NONE, consistency: KvScanConsistency = KvScanConsistency.notBounded(), batchItemLimit: Int = DEFAULT_SCAN_BATCH_ITEM_LIMIT, batchSizeLimit: StorageSize = DEFAULT_SCAN_BATCH_SIZE_LIMIT): Flow<String>

Like scanDocuments, but returns only document IDs instead of full documents.