@terascope/file-asset-apis / base/ChunkGenerator / Chunk
Interface: Chunk
Defined in: base/ChunkGenerator.ts:6
Properties
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
data | readonly | string | Buffer <ArrayBufferLike > | The chunk of data to published | base/ChunkGenerator.ts:15 |
has_more | readonly | boolean | Indicates whether there are more chunks to be processed | base/ChunkGenerator.ts:20 |
index | readonly | number | The ordered index, starts at 0, then incremented per chunk | base/ChunkGenerator.ts:10 |