AddPiecesInfo
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:39
Helper information for adding pieces to a data set
Properties
Section titled “Properties”clientDataSetId
Section titled “clientDataSetId”clientDataSetId: number;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:43
The client dataset ID for this data set
currentPieceCount
Section titled “currentPieceCount”currentPieceCount: number;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:45
Current number of pieces in the data set
nextPieceId
Section titled “nextPieceId”nextPieceId: number;
Defined in: packages/synapse-sdk/src/warm-storage/service.ts:41
The next piece ID to use when adding pieces